Index: src/heap.cc |
=================================================================== |
--- src/heap.cc (revision 9396) |
+++ src/heap.cc (working copy) |
@@ -81,8 +81,8 @@ |
reserved_semispace_size_(8 * Max(LUMP_OF_MEMORY, Page::kPageSize)), |
max_semispace_size_(8 * Max(LUMP_OF_MEMORY, Page::kPageSize)), |
initial_semispace_size_(Max(LUMP_OF_MEMORY, Page::kPageSize)), |
- max_old_generation_size_(1400ul * LUMP_OF_MEMORY), |
- max_executable_size_(256l * LUMP_OF_MEMORY), |
+ max_old_generation_size_(700ul * LUMP_OF_MEMORY), |
+ max_executable_size_(128l * LUMP_OF_MEMORY), |
// Variables set based on semispace_size_ and old_generation_size_ in |
// ConfigureHeap (survived_since_last_expansion_, external_allocation_limit_) |