The memory management has definitely improved in the latest builds (> 540 I think)
Since a few days I never had OutOfMemory (while I had this problem very often with the older builds). So, you might try the newest build ;-) regards, Michael --------------------original message ---------------------------------- I'm running a test on an algorithm that does not allocate any memory itself. All it does is output (System.out.println) a concatenated string a few hundred times. After a while, IDEA dies and the console says OutOfMemoryError. After that I have to kill the javaw.exe process as it is consuming close to 100% cpu. Is this to do with piping the console out to the IDEA window? The same code does not crash if I comment out the System.out.println. Build 535, Win XP, Sun JDK 1.3 Cheers ________________________________________________________________ Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! Beim WEB.DE Lottoservice: http://tippen2.web.de/?x=13 _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
