From a9d4429dbfdc438baa3af3e01713e0c672a91613 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Tue, 7 May 2019 11:50:23 -0500 Subject: [PATCH] Express GC thresholds as percentages --- resources/prefs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/prefs.json b/resources/prefs.json index b882ad9ca46..23c42c3352d 100644 --- a/resources/prefs.json +++ b/resources/prefs.json @@ -42,8 +42,8 @@ "js.ion.enabled": true, "js.ion.offthread_compilation.enabled": true, "js.ion.unsafe_eager_compilation.enabled": false, - "js.mem.gc.allocation_threshold_avoid_interrupt_factor": 1, - "js.mem.gc.allocation_threshold_factor": 1, + "js.mem.gc.allocation_threshold_avoid_interrupt_factor": 100, + "js.mem.gc.allocation_threshold_factor": 100, "js.mem.gc.allocation_threshold_mb": 30, "js.mem.gc.compacting.enabled": true, "js.mem.gc.decommit_threshold_mb": 32,