Browser.cache.memory.capacity

The User, sitting in the physical world, groaned as their mouse cursor stuttered. The smooth scrolling on the art gallery turned into a jerky slideshow.

"browser.cache.memory.capacity" is a configuration preference historically used in some web browsers (notably Mozilla-based browsers) to control the size of the in-memory HTTP cache. It determines the maximum amount of RAM the browser will dedicate to storing cached resources—HTML, CSS, JavaScript, images, and other fetched assets—so they can be served quickly without re-fetching from disk or network.

: It stores decoded images and UI elements ("chrome") in RAM to speed up navigation between previously visited pages. Performance Impact Higher Value Browser.cache.memory.capacity

To disable memory caching entirely, set the value to 0 (not recommended unless troubleshooting). The "Golden Rule" of Browser Tweaking

: Minimizes constant read/write cycles to your SSD, which can theoretically extend its lifespan. Cons (High Values) : The User, sitting in the physical world, groaned

: If you have a computer with limited RAM (e.g., 2GB or less), capping this value can prevent the browser from "hogging" memory and slowing down other applications.

To get the most out of your memory cache, ensure the following related preferences are also set correctly in about:config : It determines the maximum amount of RAM the

Double-click the capacity setting to change the value. Note: The value is measured in Kilobytes (KB) . Recommended Values


Browser.cache.memory.capacity