open file takes long time when home directory on Network
I am currently using PyCharm 2.6.3 on RHEL 6.3. My home directory is mounted on the network using yp and NFS. My home directory is mounted on the mount point /homes. When I try to open another file via PyCharm it tries to mount all the home directories on the network. This takes a really long time.
Is there a way to tell PyCharm to ignore updating NFS mounted directories or specific directories?
See attached jpg for the waiting message.
tampham@lnxvcttp$ ./pycharm.sh
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)
Warning: The encoding 'UTF-8' is not supported by the Java runtime.
^[^[^[[ 38948] WARN - ewvfs.persistent.RefreshWorker - fs=LocalFileSystem dir=file:///homes name=brownelj
[ 41970] WARN - ewvfs.persistent.RefreshWorker - fs=LocalFileSystem dir=file:///homes name=dburrows
[ 65068] WARN - ewvfs.persistent.RefreshWorker - fs=LocalFileSystem dir=file:///homes name=bertanij
[ 88085] WARN - ewvfs.persistent.RefreshWorker - fs=LocalFileSystem dir=file:///homes name=queisser
Is there a way to tell PyCharm to ignore updating NFS mounted directories or specific directories?
See attached jpg for the waiting message.
tampham@lnxvcttp$ ./pycharm.sh
Java HotSpot(TM) 64-Bit Server VM (build 20.12-b01, mixed mode)
Warning: The encoding 'UTF-8' is not supported by the Java runtime.
^[^[^[[ 38948] WARN - ewvfs.persistent.RefreshWorker - fs=LocalFileSystem dir=file:///homes name=brownelj
[ 41970] WARN - ewvfs.persistent.RefreshWorker - fs=LocalFileSystem dir=file:///homes name=dburrows
[ 65068] WARN - ewvfs.persistent.RefreshWorker - fs=LocalFileSystem dir=file:///homes name=bertanij
[ 88085] WARN - ewvfs.persistent.RefreshWorker - fs=LocalFileSystem dir=file:///homes name=queisser
Please sign in to leave a comment.

How do I remove the pyCharm refefrence from the /homes folder so that it does not always get loaded?