I'm using IntelliJ Idea #9815 to start Glassfish 2.1 and deploy a web application there. After undeploying and deploying again the application a couple of times, I got the out of memory exception from Glassfish.
I changed some jvm options like this (the garbage collector interval is 6 mins)
-Dsun.rmi.dgc.server.gcInterval=360000
-Dsun.rmi.dgc.client.gcInterval=360000
-Xmx640m
Does the fact that I got the out of memory exception mean that my application has a memory leak?
[Message sent by forum member 'dxxvi' (dxxvi)]
http://forums.java.net/jive/thread.jspa?messageID=343158