Code analysis has been suspended (Doing file refresh.)
Hi guys,
I am currently encountering an issue with PyCharm 4.5.4 on Linux:
Very often the IDE suspends code analysis and the pause symbol (||) is shown in the top right corner. When I hover over that symbol it says:
Code analysis has been suspended (Doing file refresh.)
The source of the problem might be that my home directory is located on a remote drive. Therefore, I moved the PyCharm files to my local drive. The source code, however, needs to remain on the remote drive.
idea.config.path=/scratch/.PyCharm40/config
idea.system.path=/scratch/.PyCharm40/system
Unfortunately, the error persists and is really limiting my productivity.
What can I do to solve this problem or identify its cause?
Thanks,
Gregor
I am currently encountering an issue with PyCharm 4.5.4 on Linux:
Very often the IDE suspends code analysis and the pause symbol (||) is shown in the top right corner. When I hover over that symbol it says:
Code analysis has been suspended (Doing file refresh.)
The source of the problem might be that my home directory is located on a remote drive. Therefore, I moved the PyCharm files to my local drive. The source code, however, needs to remain on the remote drive.
idea.config.path=/scratch/.PyCharm40/config
idea.system.path=/scratch/.PyCharm40/system
Unfortunately, the error persists and is really limiting my productivity.
What can I do to solve this problem or identify its cause?
Thanks,
Gregor
Please sign in to leave a comment.
I am using PyCharm together with Anaconda, which is also located on a remote drive.
Is it possible that PyCharm is running so slow because my Python interpreter is on a remote drive?
Thanks,
Gregor