The Webstorm is hanged every 5-10 minutes,, attached the dump log.
The Webstorm is hanged every 5-10 minutes (Linux), attached the dump log.
I have tried a lot of configuration for the IDE , but the hang problem cannot been solve.
By the way. it is not only me, some of my friends also have this issue.
The recently thread dump files:
https://www.dropbox.com/s/lp8ic2hkv5ua77s/threadDumps-20160817-131259-WS-162.1447.27.tar.gz?dl=0
请先登录再写评论。
Dumps don't show up any particular issues. By hanging, do you mean that the IDE is locked and has to be killed, or just slows down for a few seconds? please try taking CPU snapshots once the problem occurs - see https://intellij-support.jetbrains.com/hc/en-us/articles/207241235-Reporting-performance-problems for instructions. Also, what does your application look like - frameworks/build tools being used? How big is your project?
I'd suggest excluding all folders dynamically generated by build tools from your project (Mark directory as/Excluded). Other directories you don't need to get completion from (auxiliary node_modules, bower_components, etc.) can be excluded as well.