mirror of
https://github.com/servo/servo.git
synced 2025-06-06 00:25:37 +00:00
Support GC zeal
This commit is contained in:
parent
9eb7162b8a
commit
afd29b7c1e
2 changed files with 24 additions and 0 deletions
|
@ -42,6 +42,8 @@
|
|||
"js.mem.gc.decommit_threshold_mb": 32,
|
||||
"js.mem.gc.empty_chunk_count_min": 1,
|
||||
"js.mem.gc.empty_chunk_count_max": 30,
|
||||
"js.mem.gc.zeal.level": 0,
|
||||
"js.mem.gc.zeal.frequency": 100,
|
||||
"layout.columns.enabled": false,
|
||||
"layout.column-width.enabled": false,
|
||||
"layout.column-count.enabled": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue