Running out of memory?
Hi,
I'm having a problem with Irida.. it runs out of memory with my project (not
that large at all, about 150 files, ~50000 lines total). It happens after I
run it for about 10-15 minutes if i actively debug / run the program, and
after about 35-40 min if I do absolutely nothing (just open the project and
let it stand).
It says it used all the memory and needs to shut down.
What could be the reason?
Thanks!
-Jill
Please sign in to leave a comment.
We will only know if you take a memory snapshot and upload to ftp.intellij.net/.uploads
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
by memory snapshot, do you mean clicking "dump threads" button in the Run
module of Idea?
I'm asking because it mostly happens when I am NOT running anything - if i
just start Idea and let it stand for 30 minutes it throws that error.
Or are you talking about taking a listing of all the programs that are
running from the windows Task Manager?
Jill
"Maxim Shafirov (JetBrains)" <max@jetbrains.com> wrote in message
news:c8a8a1bf105d28c753bf53624a24@news.jetbrains.com...
>> What could be the reason?
>
>
>
Irida EAP builds have a self-profiler embedded. Check out two last buttons
on the main toolbar (take memory snapshot, take CPU snapshot).
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
Not sure if you got it, but I uploaded the logs to the directory you
mentioned.
Also, the problem persists in 3401.
Jill
"Maxim Shafirov (JetBrains)" <max@jetbrains.com> wrote in message
news:c8a8a1bf106838c7545840eb9517@news.jetbrains.com...
>
>
....still there in 3405.
"Jill" <jill289@hotmail.com> wrote in message
news:db148v$26f$1@is.intellij.net...
>
>> Irida EAP builds have a self-profiler embedded. Check out two last
>> buttons on the main toolbar (take memory snapshot, take CPU snapshot).
>>
>> -
>> Maxim Shafirov
>> http://www.jetbrains.com
>> "Develop with pleasure!"
>>
>>
>
I had this for the last couple of builds, but I cleaned out my caches and it seems to have gone away. You might give that a try.
--Dave Griffith
Sorry for delay, just looked into it. What JRE you're running IDEA under?
It appears a huge amount of offscreen volatile images stall in swing's RepaintManager.
It has nothing to do with IDEA itself but yet that's quite interesting why
that could happen.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
Well, I see now you're running under 1.5.0_03.
Another idea: you have some 3rd party plugins installed namely: Copyright,
Type Refactoring, APIDoc, ProGuard unscramble.
Try removing them. Is the problem still there?
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
I'm also experiencing memory issues in 3145, using JRE 1.5.0_03. I haven't been doing anything apart from editting one class and deploying a web application. The memory could not be cleared down after approximately 10 minutes.
Once in this state of I also tried to remove the plugins in the same session, but clicking on any of the setting tabs (such as the Plugins button) did nothing, it just stayed on the General settings tab despite highlighting the plugins button.
I've uploaded the memory snapshot from this session (3415_simonk_20.07.2005_11.19.38.zip) and I'm now trying to see if I can duplicate it without any 3rd party plugins installed (I had Rearranger, LineMover and GenerateToString installed previously).
Just reproduced this on a 3417 - once it hits the limit, it just won't garbage collect down and performance is killed.
I've uploaded the memory and CPU snapshots and raised JIRA issue IDEA-3889.