Memory « MySQL « JPA Q&A





1. Hibernate / MySQL Memory leak ?    forum.hibernate.org

Hi, I am running Hibernate Entity Manager 3.1beta7 with MySQL v5. (using either 3.1.12 and 5-beta J/Connector JDBC Driver, same error). What happens is that during a very long transaction (batch import), I get a OutOfMemory exception. === Yes, I do flush() and clear() regularly, every 10,000 entries, but I also tried with 1000 and 500. I also disabled both query ...