Commit 4d95c4b0 authored by Michael Lippautz's avatar Michael Lippautz Committed by Commit Bot

[heap] Lower limit for maximum number of unmapper tasks

Bug: chromium:791043
Change-Id: Ica59510f9ee611d62bc65775977df7c7f99fb8ca
Reviewed-on: https://chromium-review.googlesource.com/807929Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
Commit-Queue: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49876}
parent 355e2f08
......@@ -1229,7 +1229,7 @@ class V8_EXPORT_PRIVATE MemoryAllocator {
private:
static const int kReservedQueueingSlots = 64;
static const int kMaxUnmapperTasks = 24;
static const int kMaxUnmapperTasks = 4;
enum ChunkQueueType {
kRegular, // Pages of kPageSize that do not live in a CodeRange and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment