Location of Rubymine's Cache, can it be changed?
We work in a roaming profile environment and as such Rubymine is storing it's cache in what it thinks is a local location but in actual fact is on a network location. This makes the software run very slowly.
Is there a way of specifying where it stores it?
Please sign in to leave a comment.
Hello Edward,
Yes it is possible. You should specify following system properties:
Caches, logs, etc:
Settings, keymaps, color themes:
idea.config.path=~/work/caches/rubymine/configYou can set this options in RubyMine/bin/idea.properties file
Thanks Roman, very useful.