PyCharm take up too much disk space C, system configuration file migration

With continued use PyCharm, the corresponding C:. \ Users \ <username> \ PyCharm file size <2018.3> will continue to increase under, and usually the content of the system folder. At this time, the file can be configured through software to move to the other disk (eg D:. / PyCharm2018.3).

Two corresponding profile generating method has:

1, in C:. \ Users \ <username> \ create idea.properties file PyCharm <2018.3> \ config manual

2, the use of PyCharm in the Help / Edit Custom Properties New options

After the following changes in the created folder, of course, in addition to the system, you can also configure other path other content will be migrated.

# custom PyCharm properties

idea.config.path=${user.home}/.PyCharm2018.3/config
idea.system.path=${user.home}/.PyCharm2018.3/system
# idea.plugins.path=${idea.config.path}/plugins
# idea.log.path=${idea.system.path}/log

Delete system files after \ Users \ <username> \ PyCharm <2018.3> \ replication system migration to the next target folder, and close PyCharm folder and restart PyCharm to complete the migration configuration: the last original C folder.

 Update: Proven, you must modify PyCharm installation directory under the bin directory of idea.properties file, restart the software to take effect, otherwise it will prompt to import the configuration file, but select the original folder will prompt invalid.

Guess you like

Origin www.cnblogs.com/jingsupo/p/11616205.html