On Tue, 17 May 2011 09:12:55 +0200, Alexander Diedler wrote:

java.lang.OutOfMemoryError: Java heap space

Maybe your application is so demanding, that it simply requires more memory than you have.
Maybe there's a memory leak in your application.
Maybe both.
There's nice tool - jvisualvm - which comes bundled with JDK. You can use it to try isolate the problem.

--
Mikolaj Rydzewski <[email protected]>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to