Index: src/heap/heap.h |
diff --git a/src/heap/heap.h b/src/heap/heap.h |
index 23d634001b1a8ce2b2594fbf62c957d2f85f860c..0b353b70f1d269a79b747f65cedc23fc0d487958 100644 |
--- a/src/heap/heap.h |
+++ b/src/heap/heap.h |
@@ -1084,7 +1084,7 @@ class Heap { |
static const intptr_t kMinimumOldGenerationAllocationLimit = |
8 * (Page::kPageSize > MB ? Page::kPageSize : MB); |
- static const int kInitalOldGenerationLimitFactor = 7; |
+ static const int kInitalOldGenerationLimitFactor = 2; |
static const int kPointerMultiplier = i::kPointerSize / 4; |