您的位置:首页 > 其它

清理IntelliJ IDEA中C盘中的缓存文件

2018-01-04 14:26 483 查看
idea在c盘中产生的缓存文件大概800多m,占据了c盘的很大空间,可以把这个东西移到其他盘符下,我的操作是移动到E盘

# path to IDEA config folder. Make sure you're using forward slashes
idea.config.path=${user.home}/IntelliJIdea/config

# path to IDEA system folder. Make sure you're using forward slashes
idea.system.path=${user.home}/IntelliJIdea/system

# path to user installed plugins folder. Make sure you're using forward slashes
idea.plugins.path=${user.home}/IntelliJIdea/config/plugins 原本的配置文件在idea的安装目录下的bin目录下的idea.properties直接打开进行修改成
idea.config.path=E:/IntelliJIdea/config

idea.system.path=E:/IntelliJIdea/system

idea.plugins.path=${idea.config.path}/plugins

idea.log.path=${idea.system.path}/log
这样重新启动肯定是配重新配置,比较麻烦,直接把在c盘下的文件夹直接拷贝到E盘重新启动idea即可
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  idea