2016.2 very slow
Hi,
I've upgraded to 2016.2 today (Build #PS-162.1121.38, built on July 12, 2016) and immediately noticed considerable slow down when doing anything in the IDE (editing any file, running any Grunt/Gulp jobs, etc.). Basically, the same thing described here https://youtrack.jetbrains.com/issue/IDEA-157837. Actually, IDE just stopped responding after running one of the Grunt jobs now (which I'm running every day multiple times and never had issue up til now).
Unlike that ticket mentioned above, I'm on Ubuntu (16.04) and have a decent workstation laptop (quad core i7, 16GB RAM, SSD). I'm interested if anyone else is experiencing the same issue?
Thanks.
请先登录再写评论。
Hi, same issue here. But just "Invalidate cache / Restart" fix the problem. Hope help someone.
Excluding as many folders as possible worked for me. Indexing large files created by Grunt/Gulp every time after a build was probably the cause of this problem but I excluded other folders too.
For those wondering here is how to change vm options!
Managing *.vmoptions file
The location of the
*.vmoptions
file depends on the operating system you are currently using:<PhpStorm installation folder>/bin/phpstorm.exe.vmoptions
or<PhpStorm installation folder>/bin/phpstorm64.exe.vmoptions
<PhpStorm installation folder>/bin/phpstorm.vmoptions
or<PhpStorm installation folder>/bin/phpstorm64.vmoptions
phpstorm.vmoptions
file in the IDE preferences folder and then edit this copy. The reason is that app bundle is signed and you should not modify any files inside the bundle./Applications/PhpStorm.app/Contents/bin/phpstorm.vmoptions
should be copied to~/Library/Preferences/PhpStorm/phpstorm.vmoptions
./Applications/PhpStorm<version>.app/Contents/bin/idea.vmoptions
should be copied to~/Library/Preferences/PhpStorm<version>/idea.vmoptions
.To avoid editing files in the PhpStorm installation folder, one should:
phpstorm.vmoptions
file in the user home. Refer to Edit Custom VM Options for details.WEBIDE_VM_OPTIONS
.<PhpStorm installation folder>/bin/phpstorm.exe.vmoptions
or<PhpStorm installation folder>/bin/phpstorm64.exe.vmoptions
from the PhpStorm installation folder into the location under your user home.If
WEBIDE_VM_OPTIONS
environment variable is defined, or the*.vmoptions
file exists, then this file is used instead of the one located in the PhpStorm installation folder.I'm on Ubuntu 16.04 with Core i5 and 16 Gb RAM, using 2017.1.1. I have a relatively large project, and after recent additions CLion seems to be scanning indices forever, and after some time, it becomes so slow I need to close clion, sometimes even kill it. This is unacceptable for a "professional" tool that we pay for!
Additional remark, the correct tip in my case was from camden_kid
I accidentally had a log file inside the tree which was a few Mb, and aparently CLion scans every file. Moving the log file out of the way helped.
I had this annoying issue on Windows with IDEA 2016.3.5 : when typing a key, took several seconds to appear on screen, meanwhile the GUI froze
I had a dark theme setup ( Darcula ) + the Afterglow plugin installed.
I just uninstalled Afterglow and switched back to "Intellij" theme, and no more lag !! (for the moment at least, I hope it remains that way)
So not sure if this is the solution, but for the moment it works for me
I install JDK from JB - not help :(
I upgrade PhpStorm from 2016 to 2017 - not help :(
Then in my mac i edit file (and make backup before): /Applications/PhpStorm.app/Contents/bin/phpstorm.vmoptions and change below content:
To this (from one comment to this article):
And now everything works smoothly :)
Funny how till 2018 the problem still persists, been running fine for 2 months then suddenly the inspector stops functioning completely. If I wasn't required to use this for my school projects, I would ditch this utter garbage almost instantly.
@N1293jfask3vaj What are the exact problems with inspector? Could you provide more details please?