summaryrefslogtreecommitdiffstats
path: root/modules/libpref
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-01-31 14:55:30 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-01-31 14:55:30 +0100
commit278eda6a09e9177678d57a2da2b6a8ddcb503b1c (patch)
tree69da631e4fb424d36d67ee551b25906a4c016890 /modules/libpref
parent6edfc0a2010cfe14c25f7a4fd3acf4ea3d6a9bf9 (diff)
downloadUXP-278eda6a09e9177678d57a2da2b6a8ddcb503b1c.tar
UXP-278eda6a09e9177678d57a2da2b6a8ddcb503b1c.tar.gz
UXP-278eda6a09e9177678d57a2da2b6a8ddcb503b1c.tar.lz
UXP-278eda6a09e9177678d57a2da2b6a8ddcb503b1c.tar.xz
UXP-278eda6a09e9177678d57a2da2b6a8ddcb503b1c.zip
Set incremental GC slice to 20 ms duration
Diffstat (limited to 'modules/libpref')
-rw-r--r--modules/libpref/init/all.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/libpref/init/all.js b/modules/libpref/init/all.js
index 3e1dc47ef..f6e90170e 100644
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -1291,7 +1291,7 @@ pref("javascript.options.mem.high_water_mark", 128);
pref("javascript.options.mem.max", -1);
pref("javascript.options.mem.gc_per_zone", true);
pref("javascript.options.mem.gc_incremental", true);
-pref("javascript.options.mem.gc_incremental_slice_ms", 10);
+pref("javascript.options.mem.gc_incremental_slice_ms", 20);
pref("javascript.options.mem.gc_generational", true);
pref("javascript.options.mem.gc_compacting", true);
pref("javascript.options.mem.log", false);