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:
Doug Turner 2011-01-05 15:11:14 -08:00
Родитель ff569fdddb
Коммит 504dcf5472
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

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