Index: src/zone.h |
diff --git a/src/zone.h b/src/zone.h |
index e6a200871c9aa3ef9a198c639c4ef95b2a5275e5..5545e3cede6dc6b80ed3a2a517b771256a5f6790 100644 |
--- a/src/zone.h |
+++ b/src/zone.h |
@@ -91,7 +91,7 @@ class Zone { |
static const int kMaximumSegmentSize = 1 * MB; |
// Report zone excess when allocation exceeds this limit. |
- int zone_excess_limit_; |
+ static const int kExcessLimit = 256 * MB; |
// The number of bytes allocated in this zone so far. |
unsigned allocation_size_; |