memory « JBoss « JPA Q&A





1. hibernate's objects eating up jboss's jvm heap    stackoverflow.com

am seeing consistent Out of Memory Exceptions due to Hibernate objects consuming over 50% of the heap. (over 500M) Am using EntityManager for persistence PersitanceBag and Collection Entry are some of them ...

2. Hibernate JBOSS 4.05 Consuming all memory    forum.hibernate.org

Hibernate version: 3.2 in Jboss 4.0.5 Name and version of the database you are using: Posgresql 8.2 Hibernate begins consuming memory an the JVM is not able to deallocate it. I've tried MaxPermSize, not using cglib optimizations, all my asociations are lazy, etc..... and always the same result. I could lower memory consuption using SqlNativeQueries for very easy queries, but it ...