Memory consumption on legacy project with jquery-ui lib

This is about sharing my experience about frustrating issues with this superb IDE.

I do work on a older legacy code project at this time.

Where there i got a lot of huge CSS and JS files.

This is setting my PC under extreme pressure.

And at one point it just asks for even more memory, which is good, but i guess there should be enough configured already.
All other projects on my side are running well.

So maybe someone else can verify that opening the JS file of `jQuery UI - v1.11.4 - 2015-03-11` uncompressed is not working well.
https://blog.jqueryui.com/2015/03/jquery-ui-1-11-4/

I guess PHPStorm tries to parse the code.

Which of course is very hard as it's 16617 lines long and got 471KB size.

Maybe there is a config to skip parsing big files?
But i guess in other cases that would not be wanted...

0

Just tried to open this file alone and got around 1888 inspection warnings, so I would try disabling Code Analysis for this file first:

1

Wonderful suggestion for longterm!

I just will need get this file open once.

0

That is strange as I was able to open this file on my installation. What happens exactly when you try to open it?

0

It was showing me a modal window where I could raise to current amount of RAM.

Similar to this: https://www.jetbrains.com/help/phpstorm/increasing-memory-heap.html#toolbox

So it appeared under performance pressure.

----

I could open it now. Guess my PC or PhpStorm was running too much simultaneously.
Like other open projects running big threads in the background...

 

 

0

请先登录再写评论。