Browser.cache.memory.capacity -
Increase the capacity to store more assets in RAM, reducing reliance on the slower disk cache. Profile 2: The User on Constrained Hardware Scenario: You use an older laptop with only 2 GB of RAM. Firefox’s automatic mode attempts a 16 MB cache, but every tab you open pushes your system into swap memory (using the hard drive as fake RAM), causing the entire OS to freeze.
Now go forth, open about:config , and tweak with confidence. Browser.cache.memory.capacity
However, for the power user with 32 GB of RAM, setting this to 262144 (256 MB) can shave milliseconds off every tab switch. For the developer, setting it to 0 can be a lifesaving debugging tool. Increase the capacity to store more assets in