2010年11月17日星期三

如何才能改变chrome的缓存位置

chrome的缓存位置

可以通过 --User-data-dir=R:\TEMP 改变用户文件位置(包括缓存)

但这样历史主题收藏等等用户资料都一同改变了

如果只想改变缓存的位置,如下:

快捷方式参数例子:
"D:\Program Files\sunchrome\chrome.exe" --disk-cache-dir="R:\TEMP"(注意--前面有空格,全部要用半角输入,等号后面是你自定义的缓存目录位置)

 

==============英文看这个==================

--disk-cache-dir
// Use a specific disk cache location, rather than one derived from the UserDatadir.

--disk-cache-size
// Forces the maximum disk space to be used by the disk cache, in bytes.

--media-cache-size
// Forces the maximum disk space to be used by the media cache, in bytes


菊子曰 本文用菊子曰发布