outOfMemory « Cache « JPA Q&A





1. outOfMemory : cache configuration    forum.hibernate.org

Hibernate version:3.1 Name and version of the database you are using:Oracle9i Hi, i'm working on a study for making a DOM cache over a relationnal database. Database contains XML documents stored as subtrees. Here is the main table : Code: CREATE TABLE XDB_ANCHORS ( DOC_ID NUMBER(10), ID ...

2. OutofMemory: SessionImpl cached even after close and flush?    forum.hibernate.org

Hi all, Hibernate version:3.2.6 Database and Version :DB2 9.1 Application Server and version:Websphere 6.1 I had an Web-based application running on Websphere6.1+EJB2.1+Hibernate 3.2.6. The application is running fine for a first days until a OutOfMemory exception was thrown. The Memory argument was set to -Xms512m -Xmx1024m. After tracing the JavaCore dump and Heapdump generated by IBM JVM. The memory leak report ...