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:
win7-7 2026-01-21 15:03:51 +02:00 committed by wuggy
commit e1d8fc535d

View file

@ -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);