• Maggie Chen's avatar
    Finch:increase max_old_space_size to 4 GB based on availability of physical memory · b2f75b00
    Maggie Chen authored
    This is for the finch experiment CL 1592792 V8HugeMaxOldGenerationSize
    (--js-flags="huge_max_old_generation_size").
    The purpose of this finch is to support web apps that require more heap
    space for their data sets.
    
    The current max_old_space_size is 2 GB. This CL increases the size to 4 GB for
    64-bit systems with a physical memory size bigger than 16 GB. This CL does not
    change MaxGrowingFactor. HeapController::kMaxSize is still set to 2GB so the
    GC schedule remains the same.
    
    All tests from "tools\dev\gm.py x64.release.check" passes in my local machine
    with FLAG_increase_max_old_space_size forced to true.
    
    Bug:958974
    
    Change-Id: I9d916d75c0b16342040dd1336e28e423e5bcc474
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1592129
    Commit-Queue: Maggie Chen <magchen@chromium.org>
    Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#61297}
    b2f75b00
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
custom_deps Loading commit data...
docs Loading commit data...
gni Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.clang-tidy Loading commit data...
.editorconfig Loading commit data...
.git-blame-ignore-revs Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.vpython Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...