搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Max size of cache files

  • 4 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 bobi444

more options

Hello I noticed that only files with size less than 8.5 MB are saved in the cache directory of my hard drive. Is it possible to change the system to save also larger files in this directory? Is it connected with other programs, like CCleaner?

Hello I noticed that only files with size less than 8.5 MB are saved in the cache directory of my hard drive. Is it possible to change the system to save also larger files in this directory? Is it connected with other programs, like CCleaner?

被采纳的解决方案

A website can send a no cache header and downloads are usually not cached anyway, but are saved to the hard drive. Large images may also not be in the disk cache, but are kept decompressed in the image cache and discarded when they aren't needed. This is why Firefox reloads content again from internet in some cases. Firefox maintains caches for various components (disk, memory, image, application).

定位到答案原位置 👍 1

所有回复 (4)

more options

There are some cache max prefs on the about:config page that would suggest 50 MB.

  • browser.cache.disk.max
  • browser.cache.disk.max_entry_size = 51200 // 50 MB
more options

Thanks for the answer. But in my browser.cache.disk.max_entry_size was already 51200. In the meantime, one file with a size of over 9 MB was saved. Is it possible that some web pages prevent saving files exceeding a certain size?

more options

选择的解决方案

A website can send a no cache header and downloads are usually not cached anyway, but are saved to the hard drive. Large images may also not be in the disk cache, but are kept decompressed in the image cache and discarded when they aren't needed. This is why Firefox reloads content again from internet in some cases. Firefox maintains caches for various components (disk, memory, image, application).

more options

Many thanks for help.