본문 바로가기

PC팁

Firefox Cache folder change

원본주소:: http://codens.info/457

 

* Firefox Cache folder change
about:config
문자열 추가
browser.cache.disk.parent_directory : R:\firefox

최대 크기 조정
browser.cache.disk.capacity : 202800 

202800  =  200M

 


* Chrome Cache folder change
캐쉬 상태 확인
chrome://net-internals/#httpCache

캐쉬 폴더 연결 만들기
mklink /J "C:\Users\{username}\AppData\Local\Google\Chrome\User Data\Default\cache " "R:\Chrome"

실행 옵션 변경
C:\Users\username\AppData\Local\Google\Chrome\Application\chrome.exe --disk-cache-dir="R:\Chrome" --disk-cache-size=104857600

104857600 = 100M