I have a Grails application that does a pretty decent amount of creating and destroying domain objects, and it seems to get out of the PermGen space very quickly. I performed the usual settings (intercepted PermGen to 256M, enabled the GC class, etc.), but not a cube.
I would not want to recommend some (and, hopefully, free or very inexpensive) tools for troubleshooting this kind of memory consumption in Groovy and / or Java? Or some methods you use to troubleshoot JVM memory?
Edit: this is when an application is deployed inside Tomcat in production mode; I have not tried with other containers. However, it would be nice to have some resources to track the problem.
java jvm grails groovy
Don Werve Apr 3 '09 at 0:50 2009-04-03 00:50
source share