如何更改.PyCharm30缓存/设置文件夹?

时间:2014-10-20 10:58:24

标签: caching indexing directory pycharm

在Linux上,PyCharm将索引和缓存保存在〜/ .PyCharm30文件夹/目录中,该目录可以增长到> 1.7GB。如何将其更改为其他位置?

1 个答案:

答案 0 :(得分:3)

默认情况下,缓存文件夹位于〜/ .Pycharm30 / system /

您可以通过更改PyCharm_home \ bin \ idea.properties文件来更改系统目录和其他目录的位置。

您需要调整以下参数:

idea.config.path
idea.system.path
idea.plugins.path

您可以在此处阅读文档: https://www.jetbrains.com/pycharm/webhelp/project-and-ide-settings.html。我希望这会有所帮助。