How can I config cache/transient files ( SSD / HDD installation) Follow
Hello,
I recently replaced my HDD with an SSD for performance reasons.
My primary drive is now an SSD drive ( which I cloned from an HDD that had Rider on it).
So my boot drive C:\ has rider and the OS installed.
My HDD is D:\ which contains my project / workspace files ( VS sln, etc).
I would like to have all of the temporary and transient files created by Rider & Resharper to point to the D: drive ( since SSD is flash memory it has limited PE cycles).
I've modified the idea.properties file as follows:
idea.config.path=d:/users/joe/.Rider2018.1/config
idea.system.path=d:/users/joe/.Rider2018.1/system
Is this sufficient for both Jetbrains Rider and Jetbrains Resharper.Host executables?
How do I configure Resharper file locations?
Is it possible to turn off caching in Rider? In other words, I always want to start as 'invalidated' ?
Thanks,
bruce
Please sign in to leave a comment.
Hello Bruce,
Yes, setting `idea.system.path` is sufficient both for Rider and ReSharper host. As far as I know, it is not possible to turn off the caching completely.
Hope it helps!