* 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
반응형
    
    
    
  'Tips' 카테고리의 다른 글
| windows xp 종료 시간이 오래 걸릴때 (0) | 2013.09.24 | 
|---|---|
| 윈도우즈 7 부팅 에러 복구 (0) | 2013.09.24 | 
| 램디스크 비교 (0) | 2013.09.23 | 
| windows 7 부팅 usb 만들기 (0) | 2013.09.20 | 
| Serial COM Port 사용중 해결 (0) | 2013.09.18 | 



