Very slow Terminal and SSH Terminal in PHPstorm 7
Hi,
I'm stuck with the new Terminal feature introduced with PHPstorm 7.0 as it renders my system unusable (the display freezes for a short amount of time), sometimes only the IDE freezes. A single command like 'ls' or 'cd ~' takes around 5 seconds to execute.
I tried increasing the heap size, but it's still very, very slow.
Is this a known bug? Is there something I can do to fix the problem?
P.S.: I'm on Linux Mint 15 (Ubuntu 13.04 based) using Oracle's JRE 1.7.0_40.
Please sign in to leave a comment.
Some problem in Win 7, Storm 7.
In the previous EAP versions SSH Terminal worked fine.
Attachment(s):
idea.log.zip
threadDumps-20131028-091446-PS-131.374.zip
I tried both Bash and ZSH.
ZSH seems to work better but still gets stuck after a few lines are being output to the screen (or it seems so).
Local terminal in Storm worked fine
Turns out it was very slow when working on a network mount (NFS on the local network), it's working fine when the project files are stored locally.
Strange, but in EAP version terminal worked fine.
I also used the mounted network folder
AFAIK (although I still can be wrong here) after executing each command in Terminal (local one; no idea about remote) it will issue Synchronize command so IDE re-reads project files looking for changes (since you may execute command to delete/copy/move some files; generate new code files etc). And because it's on a network .. (and depending on a project size) it may take a while...