Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Allow cache to store large files

  • 2 답장
  • 2 이 문제를 만남
  • 1 보기
  • 최종 답변자: cor-el

more options

I have a large file that is quite slow to download (200mb or so). I'd like to be able to quickly configure Firefox to cache the file and save it every time it needs to access it, so it doesn't have to re-download every time.

I've tweaked the settings in about:config and in Options->Advanced->Network in the following way (see attached for about:config settings):

Override automatic cache management (enabled) Limit Cache to 1000MB of space.


I'm pretty sure the cache settings in Options-> Advanced -> Network are fine, but for the about:config settings, I know that changing some of them is important, but I'm not sure which ones. Can anyone tell me which ones I should change? I've had other people change settings on their machines the same way, but my ram and processor are different, so these settings caused Firefox to crash for them. I'd like to know exactly which settings to change and why.

Thank you!!

I have a large file that is quite slow to download (200mb or so). I'd like to be able to quickly configure Firefox to cache the file and save it every time it needs to access it, so it doesn't have to re-download every time. I've tweaked the settings in about:config and in Options->Advanced->Network in the following way (see attached for about:config settings): Override automatic cache management (enabled) Limit Cache to 1000MB of space. I'm pretty sure the cache settings in Options-> Advanced -> Network are fine, but for the about:config settings, I know that changing some of them is important, but I'm not sure which ones. Can anyone tell me which ones I should change? I've had other people change settings on their machines the same way, but my ram and processor are different, so these settings caused Firefox to crash for them. I'd like to know exactly which settings to change and why. Thank you!!
첨부된 스크린샷

모든 댓글 (2)

more options

Is the file a download or a cached page? This add on automates checking a page if it changes, but it runs in set intervals to check for changes: https://addons.mozilla.org/En-us/fire.../check4change/ and this one is a bit similar: https://addons.mozilla.org/en-us/fire.../update-scanner/

I do not know how this would work for downloads since these are not stored in Firefox explicitly.

more options

I assume that you need to increase the value of this pref from the default 51200 to -1 (no limit)

  • browser.cache.disk.max_entry_size

Note that you may be out of luck as big files may not be cached unless you adjust browser.cache.disk.capacity as well (don't know if there is a maximum for cache2).

62 // Max-size (in KB) for entries in disk cache. Set to -1 for no limit.
63 // (Note: entries bigger than 1/8 of disk-cache are never cached)
64 pref("browser.cache.disk.max_entry_size",    51200);  // 50 MB