[heap] Bump up old generation limit for huge memory devices.
This is an experiment to see the impact of the limit on OOM crashes. BUG=chromium:667388 Review-Url: https://codereview.chromium.org/2514313004 Cr-Commit-Position: refs/heads/master@{#41391}
This commit is contained in:
parent
c819616376
commit
ec90ccb5ab
@ -603,7 +603,7 @@ class Heap {
|
||||
static const int kMaxOldSpaceSizeMediumMemoryDevice =
|
||||
256 * kPointerMultiplier;
|
||||
static const int kMaxOldSpaceSizeHighMemoryDevice = 512 * kPointerMultiplier;
|
||||
static const int kMaxOldSpaceSizeHugeMemoryDevice = 700 * kPointerMultiplier;
|
||||
static const int kMaxOldSpaceSizeHugeMemoryDevice = 1024 * kPointerMultiplier;
|
||||
|
||||
// The executable size has to be a multiple of Page::kPageSize.
|
||||
// Sizes are in MB.
|
||||
|
Loading…
Reference in New Issue
Block a user