Bug 746055 - On desktop, increase image.mem.max_decoded_image_kb to 250mb, effectively backing out bug 732820. r=joe, a=desktop-only

This commit is contained in:
Justin Lebar 2012-04-23 00:42:13 -04:00
parent 9e0fd17c76
commit fde2cbc0cf

View File

@ -1152,3 +1152,8 @@ pref("full-screen-api.enabled", true);
// number of startup crashes that can occur before starting into safe mode automatically
// (this pref has no effect if more than 6 hours have passed since the last crash)
pref("toolkit.startup.max_resumed_crashes", 2);
// The maximum amount of decoded image data we'll willingly keep around (we
// might keep around more than this, but we'll try to get down to this value).
// (This is intentionally on the high side; see bug 746055.)
pref("image.mem.max_decoded_image_kb", 256000);