What the heck is RC 1 doing in the background?
RC is just about impossible to edit any jsps in because idea is doing
something in the background or something. Just being in a jsp file and
watching the memory bar, I see it go up by 2 MB every SECOND and GCing
when it gets to 52MB and back down. This constant GC makes it
impossible to do anything! Typing is so jittery!
R
Please sign in to leave a comment.
Looks (?) like some toolbar or menu action update is memory hog. Did you
customized something? Do you have plugins installed that add actions there?
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
In article <c8a8a1bf113b88c75b8a316bc208@news.jetbrains.com>,
Maxim Shafirov (JetBrains) <max@jetbrains.com> wrote:
Yeah I added 4 buttons for add, update and commit, and package file. I
also have Clover plugin installed. Will remove that one for now.
But it also looks like your license checking code is very noisy too...
but I may be off on that one.
R
Looked into snapshot you've attached to the issue: its all Subersion Add
action update exactly as I guessed.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
>> Looks (?) like some toolbar or menu action update is memory hog. Did
>> you customized something? Do you have plugins installed that add
>> actions there?
>>
Yup took them out... Customization is uber noisy I guess :)
I still don't see how you guessed that, but then again I didn't look
closely at the snapshot apparently.
R