зеркало из https://github.com/mozilla/pjs.git
Bug 613551 - JSGC_MAX_MALLOC_BYTES is too large on mobile. Pref change. [r=jst] a=blocking-fennec
--HG-- extra : rebase_source : 91601ad63a7b29966ce3ad8e944a712bf1e93bb1
This commit is contained in:
Родитель
06af9b663b
Коммит
8f87662b9b
|
@ -595,8 +595,9 @@ pref("javascript.options.jitprofiling.chrome", false);
|
|||
// This preference limits the memory usage of javascript.
|
||||
// If you want to change these values for your device,
|
||||
// please find Bug 417052 comment 17 and Bug 456721
|
||||
// Comment 32.
|
||||
pref("javascript.options.mem.high_water_mark", 32);
|
||||
// Comment 32 and Bug 613551.
|
||||
pref("javascript.options.mem.high_water_mark", 128);
|
||||
pref("javascript.options.mem.max", -1);
|
||||
pref("javascript.options.mem.gc_frequency", 300);
|
||||
|
||||
// advanced prefs
|
||||
|
|
Загрузка…
Ссылка в новой задаче