Hi,
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 _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
