[jboss-user] [EJB/JBoss] - PermGen memory leak

arons do-not-reply at jboss.com
Tue Sep 19 16:12:44 EDT 2006


A memory leak into the PermGen space was found during the execution of the  method:

    @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED)
  |     public <E> E detach(E entity) {
  |         return entity;
  |     }


The PermGen memory use increase each time the method is invoked.
The method is used to detach an entity from a transaction into a JBoss application server with Hibernate3.

Where I could report the bug?
How could I know if is it a JBoss, Hibernate or a VM problem?

Thanks for any help.
Renzo

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972722#3972722

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972722



More information about the jboss-user mailing list