Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

How to increase cache memory size in FF 59 Nighty?

  • 10 trả lời
  • 3 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Giải pháp được chọn

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
Đọc câu trả lời này trong ngữ cảnh 👍 2

Tất cả các câu trả lời (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

Giải pháp được chọn

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