Index: src/v8.cc |
diff --git a/src/v8.cc b/src/v8.cc |
index f8156ecbd7123d0c5415f8b7e0e821228e37ac40..50d9184fc9bc579d08c74a87d9af54f1de85ffa7 100644 |
--- a/src/v8.cc |
+++ b/src/v8.cc |
@@ -99,7 +99,7 @@ void V8::InitializeOncePerProcessImpl() { |
if (FLAG_stress_compaction) { |
FLAG_force_marking_deque_overflows = true; |
FLAG_gc_global = true; |
- FLAG_max_new_space_size = 2 * Page::kPageSize; |
+ FLAG_max_semi_space_size = 1; |
} |
#ifdef V8_USE_DEFAULT_PLATFORM |