[heap] Increase memory reducer activation limit for external memory changes.
BUG=chromium:729521 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_rel_ng Review-Url: https://codereview.chromium.org/2923563006 Cr-Commit-Position: refs/heads/master@{#45763}
This commit is contained in:
parent
d2066154c8
commit
cf8f7bdc9d
@ -10041,8 +10041,8 @@ uint32_t Isolate::GetNumberOfDataSlots() {
|
||||
|
||||
int64_t Isolate::AdjustAmountOfExternalAllocatedMemory(
|
||||
int64_t change_in_bytes) {
|
||||
const int64_t kMemoryReducerActivationLimit = 1024 * 1024;
|
||||
typedef internal::Internals I;
|
||||
const int64_t kMemoryReducerActivationLimit = 32 * 1024 * 1024;
|
||||
int64_t* external_memory = reinterpret_cast<int64_t*>(
|
||||
reinterpret_cast<uint8_t*>(this) + I::kExternalMemoryOffset);
|
||||
int64_t* external_memory_limit = reinterpret_cast<int64_t*>(
|
||||
|
Loading…
Reference in New Issue
Block a user