From 3174a7089c232a9aa89c7c50a6d2f63162ba6ea7 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sun, 7 Jun 2026 17:56:06 -0400 Subject: [PATCH] Update Fastfox.js --- Fastfox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fastfox.js b/Fastfox.js index 25a9e4a..9b050aa 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -272,8 +272,8 @@ user_pref("gfx.content.skia-font-cache-size", 20); // 20 MB; default=5; Chrome=2 // [1] https://kb.mozillazine.org/Browser.cache.memory.capacity#-1 // [2] https://searchfox.org/mozilla-central/source/netwerk/cache2/CacheObserver.cpp#94-125 // [3] https://github.com/WaterfoxCo/Waterfox/commit/3fed16932c80a2f6b37d126fe10aed66c7f1c214 -//user_pref("browser.cache.memory.capacity", 131072); // 128 MB RAM cache; alt=65536 (65 MB RAM cache); default=32768 -//user_pref("browser.cache.memory.max_entry_size", 20480); // 20 MB max entry; default=5120 (5 MB) +//user_pref("browser.cache.memory.capacity", 65536); // default=32768 (32 MB) + //user_pref("browser.cache.memory.max_entry_size", 10240); // default=5120 (5 MB) // PREF: amount of Back/Forward cached pages stored in memory for each tab // Pages that were recently visited are stored in memory in such a way