top of page
Search
  • by darknetmatrix

Firefox: Limit the write actions of Firefox to your ssd


You can limit the write actions of Firefox as follows.

a. Set the cache to 0: Firefox menu button (with the three dashes on it) - Preferences - Advanced Tab Network section "Cached Web Content": tick Override automatic cache management and set the cache to 0 MB.

b. Type "about:config" in the url bar and press Enter. Click the button to accept the risk.

In the search bar, type: "sessionstore"

Double-click on the item called "browser.sessionstore.interval". The default interval is 15000, which means 15 seconds. Add three zeros to the existing value, so that it becomes: 15000000 and click the OK button.

Now disable the following three other sessionstore items, by simply double-clicking them (so that "true" becomes "false"):

browser.sessionstore.restore_on_demand

and:

browser.sessionstore.resume_from_crash

and:

services.sync.prefs.sync.browser.sessionstore.restore_on_demand

Close Firefox and launch it again. Now you've disabled the session restore feature, which remembers what pages were opened if Firefox experiences an unexpected shutdown (read: crashes). This feature is neat, but causes many disk writes. Too many for an SSD.

c. If you have installed Oracle Java, limit the write actions of the Java plugin: launch the Java Control Panel - Tab General: Temporary Internet Files - Settings... Remove the tick for: Keep temporary files on my computer.


7 views0 comments

Recent Posts

See All

Solus Review

What is Solus Linux? The first question which I think is worth starting with is what Solus OS is? First of all, Solus is a distribution on its own. In other words, it is not based on any other Linux

How to Make MP3-Songs the Same Volume in Audacity

If your digital music collection contains songs recorded or mastered at different volume levels, listening to music on your computer can involve constantly adjusting the volume control. You can use Au

What does swappiness do?

Swappiness is a property for the Linux kernel that changes the balance between swapping out runtime memory, as opposed to dropping pages from the system page cache. Swappiness can be set to values bet

bottom of page