зеркало из https://github.com/mozilla/gecko-dev.git
Bug 825483 - Reduce bfcache size on low memory devices r=wesj
This commit is contained in:
Родитель
26091ec7e6
Коммит
c745109d10
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче