зеркало из https://github.com/mozilla/pjs.git
Bug 623072 - Reduce JSGC_MAX_MALLOC_BYTES usage. Note this change will slow some benchmarks down, but will overall make us use less memory. r=mfinkle
This commit is contained in:
Родитель
f41bfa61f5
Коммит
d2e7f60424
|
@ -359,6 +359,7 @@ pref("content.sink.perf_deflect_count", 1000000);
|
|||
pref("content.sink.perf_parse_time", 50000000);
|
||||
|
||||
pref("javascript.options.mem.gc_frequency", 300);
|
||||
pref("javascript.options.mem.high_water_mark", 32);
|
||||
pref("javascript.options.methodjit.chrome", false);
|
||||
|
||||
pref("dom.max_chrome_script_run_time", 0); // disable slow script dialog for chrome
|
||||
|
|
Загрузка…
Ссылка в новой задаче