| Index: src/heap.cc
|
| ===================================================================
|
| --- src/heap.cc (revision 10143)
|
| +++ src/heap.cc (working copy)
|
| @@ -80,7 +80,7 @@
|
| #endif
|
| 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)),
|
| + initial_semispace_size_(Page::kPageSize),
|
| max_old_generation_size_(700ul * LUMP_OF_MEMORY),
|
| max_executable_size_(128l * LUMP_OF_MEMORY),
|
|
|
|
|