Performance issue
已回答
Hi, i'm having a big performance issue and i don't think it has anything to do with my PC(i7 3.6GHz 32GB Ram Windows10 x64)
I've tried some options i found here and in stackoverflow also, the thing is that it just does not work, yesterday i realized i was not using the x64 build of PhpStorm because i change the memory thingy to 1024 and then PhpStorm does not open anymore, now i'm using the x64 but the performance issue still remains. It is an amazing tool (i'm using as many tools from it as i discover them) so i do not want to deactivate all of them. Tried also deactivating some tools per project, no luck there also
Help will be really appreciated
请先登录再写评论。
Please use the x64 version, wait until it becomes slow again and click Help | Collect and Show Logs in Explorer and upload the resulting archive somewhere.
this is what i get
https://mega.nz/#!x5lmHRwZ!GVWHPUEj0nRJtZscg1zInAywTMN6FccwaPQCPMR6vgw
1) you have version 2017.2 installed in C:\Program Files (x86)\JetBrains\PhpStorm 2016.3 - please reinstall PhpStorm into an empty directory
2) go to Help > Edit Custom VM Options and change -Xmx750m value to -Xmx1500m
3) do you have any build tools running? Can you try excluding all folders with files dynamically generated by build tools from project (Mark directory as/Excluded in folder right-click menu)? Also, can you please try disabling "Unused global symbol" inspection in Settings | Inspections | JavaScript | General?
Thanks for replying, i will be testing it today and publish the results!
After those changes the IDE is working pretty fine, thanks for the help!