| Index: src/heap.cc
|
| diff --git a/src/heap.cc b/src/heap.cc
|
| index c000a4f2b37c99cf1ad9c014164ce9efe16cca77..3f71fb5f4795226e9895bd8d2868bee89ec0061f 100644
|
| --- a/src/heap.cc
|
| +++ b/src/heap.cc
|
| @@ -82,7 +82,7 @@ Heap::Heap()
|
| max_semispace_size_(8 * 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),
|
| + max_executable_size_(256l * LUMP_OF_MEMORY),
|
|
|
| // Variables set based on semispace_size_ and old_generation_size_ in
|
| // ConfigureHeap (survived_since_last_expansion_, external_allocation_limit_)
|
|
|