mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Express GC thresholds as percentages
This commit is contained in:
parent
90dfeab0f0
commit
a9d4429dbf
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue