зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1296639 - Remove decommit threshold prefs r=terrence
--HG-- extra : rebase_source : d68e3174508537fcded310973113410dfd03613e
This commit is contained in:
Родитель
2d06bc1282
Коммит
06cdc7f7de
|
@ -618,7 +618,6 @@ pref("javascript.options.mem.gc_high_frequency_low_limit_mb", 0);
|
|||
pref("javascript.options.mem.gc_low_frequency_heap_growth", 120);
|
||||
pref("javascript.options.mem.high_water_mark", 6);
|
||||
pref("javascript.options.mem.gc_allocation_threshold_mb", 1);
|
||||
pref("javascript.options.mem.gc_decommit_threshold_mb", 1);
|
||||
pref("javascript.options.mem.gc_min_empty_chunk_count", 1);
|
||||
pref("javascript.options.mem.gc_max_empty_chunk_count", 2);
|
||||
|
||||
|
|
|
@ -402,7 +402,6 @@ pref("javascript.options.mem.gc_high_frequency_low_limit_mb", 10);
|
|||
pref("javascript.options.mem.gc_low_frequency_heap_growth", 120);
|
||||
pref("javascript.options.mem.high_water_mark", 16);
|
||||
pref("javascript.options.mem.gc_allocation_threshold_mb", 3);
|
||||
pref("javascript.options.mem.gc_decommit_threshold_mb", 1);
|
||||
pref("javascript.options.mem.gc_min_empty_chunk_count", 1);
|
||||
pref("javascript.options.mem.gc_max_empty_chunk_count", 2);
|
||||
#else
|
||||
|
|
|
@ -1255,7 +1255,6 @@ pref("javascript.options.mem.gc_dynamic_heap_growth", true);
|
|||
pref("javascript.options.mem.gc_dynamic_mark_slice", true);
|
||||
pref("javascript.options.mem.gc_refresh_frame_slices_enabled", true);
|
||||
pref("javascript.options.mem.gc_allocation_threshold_mb", 30);
|
||||
pref("javascript.options.mem.gc_decommit_threshold_mb", 32);
|
||||
pref("javascript.options.mem.gc_min_empty_chunk_count", 1);
|
||||
pref("javascript.options.mem.gc_max_empty_chunk_count", 30);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче