mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Add preference for nursery size. DOM aspects were done some time period already.
Add preference for nursery size. DOM aspects were done some time period already.
This commit is contained in:
parent
6032466967
commit
e1d8fc535d
1 changed files with 1 additions and 0 deletions
|
|
@ -1299,6 +1299,7 @@ pref("javascript.options.discardSystemSource", false);
|
|||
// Comment 32 and Bug 613551.
|
||||
pref("javascript.options.mem.high_water_mark", 128);
|
||||
pref("javascript.options.mem.max", -1);
|
||||
pref("javascript.options.mem.nursery.max_kb", -1);
|
||||
pref("javascript.options.mem.gc_per_zone", true);
|
||||
pref("javascript.options.mem.gc_incremental", true);
|
||||
pref("javascript.options.mem.gc_incremental_slice_ms", 15);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue