Express GC thresholds as percentages

This commit is contained in:
Alan Jeffrey 2019-05-07 11:50:23 -05:00
parent 90dfeab0f0
commit a9d4429dbf

View file

@ -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,