Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index be53f991d636bb6d178945daf82c2617677df468..5f356a6742fa6ffc3b4371b705eaa5f7ec55e8b7 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -67,7 +67,7 @@ class CounterCollection { |
CounterCollection(); |
Counter* GetNextCounter(); |
private: |
- static const unsigned kMaxCounters = 256; |
+ static const unsigned kMaxCounters = 512; |
uint32_t magic_number_; |
uint32_t max_counters_; |
uint32_t max_name_size_; |