|
|
|
I actually tried to get Idea working over a remote connection once by using a project mounted over SSHFS, but it was a nightmare. Something to do with file synching I think, it loves to touch all the files all the time, by turning on the FS logging I could see it making small queries against all the files very frequently and this invalidated the caching of the FS layer.
does turning off "sync files on frame activation/deactivation" in "General IDE settings" help?
also, it might help to check where intellij cache is located. making sure that the cache is on a local drive helps quite a bit. however it would be nice to be able to adjust settings for the fancy background FileSystem and version control stuff To turn off the left gutter coloring, you can add the following line to idea.properties:
idea.ignore.changemarkers=true > Does turning off "sync files on frame activation/deactivation" in "General IDE settings" help?
Even after tuning this off, my understanding is that there are other points where Sync happens automatically such as upon compile with Make Project. > To turn off the left gutter coloring, you can add the following line to idea.properties: Dmitry, Does this turn off all the chattiness (exactly the same as turning VCS off) or just he coloring? In any case, the purpose of this feature is to consolidate all helpful things that can be adjusted to improve very-low-bandwidth operation of IDEA (whether existing like idea.ignore.changemarkers or aspects that aren't yet implemented) and allow the user to control them from one place in the user interface. Jon,
This only turns off the coloring. My point was not to invalidate your request, but just to point out that there's a way to make your life a bit easier right now. |
||||||||||||||||||||||||||||||||||||
1. Our project files are required to reside on samba mounts that are 17 times slower than that same disk accessed from UNIX
2. People working on their laptop from home having even slower access to those same remote samba mounts