2018.2 Out of Memory and weird behavour on large files
Good morning!
PhpStorm throws 'Out of Memory' on a regular basis.
It says 'There is not enough memory to perform requested operation. Please increase 'Xmx' setting end restart the IDE for changes to take effect.'
My current 'Xmx' value is 2048 MB in my `phpstorm64.vmoptions`:
-Xms1024m
-Xmx2048m
But the 'Out of Memory' annoying exception is not the worst issue. Syntax highlighting behaves weirdly, syntax validator shows weird errors.
My code is about 4500 lines large.
While editing smaller files there are no issues.
Thank you.
Please sign in to leave a comment.
Please try disabling all custom plugins at Preferences | Plugins > Show: Custom, restart IDE and check the issue after that.
If that doesn't help - I would suggest contacting us directly via Help > New Support Request to inspect the logs closely
Thanks for reply.
Have no plugins under 'custom' section.
Submited new support request.