Skip to content

Commit

Permalink
Increase executable size limit.
Browse files Browse the repository at this point in the history
R=vegorov@chromium.org

Review URL: https://chromiumcodereview.appspot.com/9695002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@11042 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
  • Loading branch information
ulan@chromium.org committed Mar 14, 2012
1 parent ec7b460 commit 3737de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/heap.cc
Expand Up @@ -81,7 +81,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_)
Expand Down

0 comments on commit 3737de6

Please sign in to comment.