Freeze after last update
Hello.
I and my colleagues are using Webstorm but after last update its became totally unusable: its freezing every 10 seconds and sometimes reports "not enough memory".
We have found a workaround: in power safe mode everything works fine
I have upload logs by yours webform with the filename "uguyshaveaverystrangewaytoattachlogs.zip"
Please help.
WebStorm 2016.2.3
Build #WS-162.1812.21, built on September 4, 2016
Licensed to Yandex LLC
JRE: 1.8.0_112-release-b343 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Please sign in to leave a comment.
Please provide memory snapshots created when WebStorm runs out of memory. Auto-created memory dumps are saved to a file called 'java_pid <pid> .hprof' in your home or in the working directory of the VM. If you can't locate these files, you can specify an alternative file name or directory with the
-XX:HeapDumpPath=
option (should be added to .vmoptions file - see https://intellij-support.jetbrains.com/hc/en-us/articles/206544869) - WebStorm will save .hprof files to the specified path next time it runs out of memoryThank you for your response.
I've uploaded file with name "heapDump-Webstorm-1473684651840.hprof.zip " to uploads.jetbrains.com
(or you can take it here https://yadi.sk/d/CeYa3lzCv4qao )
Unfortunately the dump shows that only 84MB are used. It sometimes happens that auto-created memory dumps are slightly delayed and captured after memory was cleared. Could you please capture CPU snapshot instead? See https://intellij-support.jetbrains.com/hc/en-us/articles/207241235-Reporting-performance-problems for instructions
Sorry for the late answer.
I've uploaded CPU snapshots to uploads.services.jetbrains.com
Hello.
Any news?
I still cant work in ws properly.
How big is your project?
The issue is related to having hundreds of same-named elements in the project (https://youtrack.jetbrains.com/issue/WEB-18670). As a workaround, please try excluding node_modules folder, along with all folders generated dynamically by build process (if any) from indexing (Mark directory as/Excluded) - does it make things any better?
Thanks for your response!
Project not so big, about 150MB and node_modules 300MB.
But it has some symlinks
core/
mobile/
node_modules/
core -> ../../core
desktop/
node_modules/
core -> ../../core
And its quite strange what performance was normal till last update
symlinks, especially recursive, may be the issue...
SO, what else can i do to help you investigate the problem?
Or should i move to another IDE?
Hello!
Do you have any news about this issue?