Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How to increase cache memory size in FF 59 Nighty?

  • 10 svar
  • 3 har dette problem
  • 45 visninger
  • Seneste svar af cor-el

more options

How to increase cache memory size in FF 59 Nighty? I can not find browser.cache.memory.capacity and where is browser.cache.disk.parent_directory?

How to increase cache memory size in FF 59 Nighty? I can not find browser.cache.memory.capacity and where is browser.cache.disk.parent_directory?

Valgt løsning

See also:

Type about:config in the location (address) bar and press the Enter key to open the about:config page like you open a website by typing the URL in the location bar.

  • use the Search bar at the top of the about:config page to locate preferences more easily
  • preferences that have been modified and do not have the default value show as bold (user set)
  • preferences that are user set (bold) can be reset to the default value via the right-click context menu
  • preferences can be modified via Modify (String or Integer) or Toggle (Boolean) in the right-click context menu and by double-clicking the line with the pref
  • preferences can be created via the right-click context menu: New -> String, Integer, Boolean
Læs dette svar i sammenhæng 👍 2

Alle svar (10)

more options

The pref you are referring to seems to be commented out, https://dxr.mozilla.org/mozilla-release/source/modules/libpref/init/all.js#61 . So you can just add it in about:config manually. See the comment surrounding the pref definition for possible values.

more options

And how can I add it manually?

more options

Valgt løsning

See also:

Type about:config in the location (address) bar and press the Enter key to open the about:config page like you open a website by typing the URL in the location bar.

  • use the Search bar at the top of the about:config page to locate preferences more easily
  • preferences that have been modified and do not have the default value show as bold (user set)
  • preferences that are user set (bold) can be reset to the default value via the right-click context menu
  • preferences can be modified via Modify (String or Integer) or Toggle (Boolean) in the right-click context menu and by double-clicking the line with the pref
  • preferences can be created via the right-click context menu: New -> String, Integer, Boolean
more options

Thank you for your answers, but I still do not understand how to do that.

more options

Explain what you don't understand. cor-el's answer covered everything.

more options

Dear jagan605, You told me that I can manually add browser.cache.memory.capacity in about:config and gave me the link (https://dxr.mozilla.org/mozilla-release/source/modules/libpref/init/all.js#61). Unfortunately, I do not know how to youse it and how to add the code to the FF. Could you explain it to me I will be very grateful to you! Thank you!

more options

Since you have missed cor-el's response, I will link it here. https://support.mozilla.org/en-US/questions/1185678#answer-1030302

Please read that answer. You just have to create the pref browser.cache.memory.capacity and specify the value. You don't have to modify any code.

more options

Thank you to everyone! I did not really think that the solution is so easy!

more options

In about:cache?device=memory page, at least until exist in FF 52 ESR, the modified browser.cache.memory.capacity value does not get reflected.

Is there any other way to verify the change of memory cache size?

more options