IntelliJ IDEA 12の解決占有CディスクC:UsersAdministrator

2226 ワード

IntelliJ IDEAのインストールが完了すると、デフォルトではwindowsのシステムディスクユーザーフォルダに構成などのファイルが作成されます.私の32 GのSSDディスクの中で、どうしてそれをこのようにすることができて、不快です.の今ではもう1 Gになります.いいですよ.今日は彼女を解決した.
インストールパスの下にプロパティファイルideaがあることを確認します.properties(例:D:IntelliJ IDEAbin)このファイルを開くと、前の3行で言いました.
# Use ${idea.home} macro to specify location relative to IDE installation home # Also use ${xxx} where xxx is any java property (including defined in previous lines of this file) to refer to its value # Note for Windows users: please make sure you're using forward slashes. I.e. c:/idea/system
次の4行の中で見てみると、意味がわかるはずです.例えば、idea.config.path=${user.home}/.IntelliJIdea12/config
設定するパスに変更すればいいのですが、変更後の最終行は以下の通りです.
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE config folder. Make sure you're using forward slashes
#---------------------------------------------------------------------
idea.config.path=D:/IntelliJ IDEA/.IntelliJIdea12/config

#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes
#---------------------------------------------------------------------
idea.system.path=D:/IntelliJ IDEA/.IntelliJIdea12/system

#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes
#---------------------------------------------------------------------
idea.plugins.path=D:/IntelliJ IDEA/.IntelliJIdea12/config/plugins

#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE logs folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------
idea.log.path=D:/IntelliJ IDEA/.IntelliJIdea12/system/log

注意します:長い間葛藤して、どのように直して効果がなくて、後で発見します
#idea.config.path=D:/IntelliJ IDEA/.IntelliJIdea12/config

これは番号が増えたでしょう.この番号を消してこの行の配置を开けなければならなくて、これでCディスクの占有する削除をすることができます!!!ただし、以前に構成された移行バックアップに注意してください.