Skip to content

Commit

Permalink
Express GC thresholds as percentages
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Jeffrey committed May 7, 2019
1 parent 90dfeab commit a9d4429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/prefs.json
Expand Up @@ -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,
Expand Down

0 comments on commit a9d4429

Please sign in to comment.