Hi All, We are observing memory leak while running our application on JBoss 4.0.2. We attached the profiling tool - JProfiler to trace the memory leak and we found that the class[] (Proxy classes) is increasing drastically which is not getting garbage collected.
The "HeapWalker" shows that EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run() has allocated some memory which is not being freed. The application uses MDBs extensively and the JMS server is configured to NullPersistance. What could be the possible cause for this leak? Thanks in advance, Nirav. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3937521#3937521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3937521 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
