Bug 807998 - Turn on memory.free_dirty_pages in Fennec. r=jlebar

This commit is contained in:
Kartikaya Gupta 2012-11-26 11:02:47 -05:00
Родитель a1dcf9ad81
Коммит 895e7127a8
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -667,3 +667,7 @@ pref("dom.event.touch.coalescing.enabled", false);
// default orientation for the app, default to undefined // default orientation for the app, default to undefined
// the java GeckoScreenOrientationListener needs this to be defined // the java GeckoScreenOrientationListener needs this to be defined
pref("app.orientation.default", ""); pref("app.orientation.default", "");
// On memory pressure, release dirty but unused pages held by jemalloc
// back to the system.
pref("memory.free_dirty_pages", true);