Deactivate some new features
I have always loved working with PhpStorm, in my company I applied for it years ago and I have been licensed since that time.
I always use to work with 3 applications at the same time, so I have 3 PhPStorm applications open. With the new update the RAM consumption for a single Angular project goes up to about 7GB (I think it takes a long time to index). I can't work with this update.
Is there any way to disable some of the new features to make it behave as in version 2022.2?
Thanks
请先登录再写评论。
Basically, there are not so many features that you may disable apart from some built-in plugins.
The update itself should not increase RAM usage dramatically, so looks like, something is wrong here and requires an investigation. So, I would suggest to collect Memory Snapshot, log files and submit a ticket to YouTrack, so devs may get a closer look:
https://youtrack.jetbrains.com/newIssue
You may find more information on how to collect performance data here:
https://intellij-support.jetbrains.com/hc/en-us/articles/207241235-Reporting-performance-problems
Logs can be obtained with the "Help > Collect Logs" menu option.
Ok,
Thank you.