Bug 825483 - Reduce bfcache size on low memory devices r=wesj

This commit is contained in:
Mark Finkle 2015-02-12 09:02:31 -05:00
Родитель 26091ec7e6
Коммит c745109d10
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -33,6 +33,9 @@ var MemoryObserver = {
// Reduce the amount of decoded image data we keep around
defaults.setIntPref("image.mem.max_decoded_image_kb", 0);
// Stop using the bfcache
defaults.setIntPref("browser.sessionhistory.max_total_viewers", 0);
},
zombify: function(tab) {