Hi All, we are new to Hibernate, and we are experiencing a memory leak in our application, which seems to be related to our use of Hibernate. I'm sure were probably doing something wrong, but not sure what. Can anyone provide some help? I can provide any other info needed?
Our max heap is currently only set to 256, we only have about 25 users. We are using Websphere App Server 6.1, and Hibernate 3.2.6.ga
IBM Memory Analyzer provides the following message: One instance of "org.hibernate.context.JTASessionContext" loaded by "com.ibm.ws.classloader.CompoundClassLoader @ 0x700000002709ca8" occupies 96,990,016 (63.57%) bytes. The memory is accumulated in one instance of "java.util.Hashtable$Entry[]" loaded by "com.ibm.oti.vm.BootstrapClassLoader @ 0x70000000000d238".Keywords java.util.Hashtable$Entry[] com.ibm.oti.vm.BootstrapClassLoader @ 0x70000000000d238 org.hibernate.context.JTASessionContext com.ibm.ws.classloader.CompoundClassLoader @ 0x700000002709ca8
|