summaryrefslogtreecommitdiff
path: root/deps/v8/src/heap/scavenge-job.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/heap/scavenge-job.h')
-rw-r--r--deps/v8/src/heap/scavenge-job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/heap/scavenge-job.h b/deps/v8/src/heap/scavenge-job.h
index e84659c6d4..34f7bfafc3 100644
--- a/deps/v8/src/heap/scavenge-job.h
+++ b/deps/v8/src/heap/scavenge-job.h
@@ -64,7 +64,7 @@ class V8_EXPORT_PRIVATE ScavengeJob {
static const int kAverageIdleTimeMs = 5;
// The number of bytes to be allocated in new space before the next idle
// task is posted.
- static const size_t kBytesAllocatedBeforeNextIdleTask = 512 * KB;
+ static const size_t kBytesAllocatedBeforeNextIdleTask = 1024 * KB;
// The minimum size of allocated new space objects to trigger a scavenge.
static const size_t kMinAllocationLimit = 512 * KB;
// The allocation limit cannot exceed this fraction of the new space capacity.