[jboss-user] [Performance Tuning] - Re: Memory leak on org.jboss.classloader.spi.base.BaseClassLoader

Wolf-Dieter Fink do-not-reply at jboss.com
Mon Nov 22 17:35:22 EST 2010


Wolf-Dieter Fink [http://community.jboss.org/people/wdfink] created the discussion

"Re: Memory leak on org.jboss.classloader.spi.base.BaseClassLoader"

To view the discussion, visit: http://community.jboss.org/message/572226#572226

--------------------------------------------------------------
Yes, you might use jconsole (bundled since Java6).
Here you have a view to the running JVM and invocation of GC.
Local you need only the PID, remote you must enable the access via JVM option.

The JConsole watch the given JVM, but if you observe too long you affect the application because some (statistic) data will be stored in the observed JVM.
Also an explicit call of GC should only be done for test, production enviroment should run without.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/572226#572226]

Start a new discussion in Performance Tuning at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101122/be1af556/attachment.html 


More information about the jboss-user mailing list