Register now and start sharing your code snippets.
-->

Restricting memory usage of Firefox cache

Shell Script (Bash) posted 6 months ago by marko

Firefox hogs a lot of memory when using pages using Ajax enabled web pages. I need to restart the browser many times during a day at the office. This hack seems to have fixed that issue.

Open the location about:config, right click and create a new key of integer type.

Key:

   1  browser.cache.memory.capacity

Value:

   1  16384

Tagged firefox