mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 735099 - Re-enable incremental GC (r=terrence)
This commit is contained in:
parent
e03dd6bfd0
commit
1d0bec6a5c
@ -684,7 +684,7 @@ pref("javascript.options.typeinference", true);
|
||||
pref("javascript.options.mem.high_water_mark", 128);
|
||||
pref("javascript.options.mem.max", -1);
|
||||
pref("javascript.options.mem.gc_per_compartment", true);
|
||||
pref("javascript.options.mem.gc_incremental", false);
|
||||
pref("javascript.options.mem.gc_incremental", true);
|
||||
pref("javascript.options.mem.gc_incremental_slice_ms", 10);
|
||||
pref("javascript.options.mem.log", false);
|
||||
pref("javascript.options.gc_on_memory_pressure", true);
|
||||
|
Loading…
Reference in New Issue
Block a user