Steven78 wrote:
Hi,
I'm having a problem with Spring/Hibernate and Java PermGen space.
I use Tomcat to deploy several web applications that use Hibernate persistence,
Here's my problem: Even though I don't keep references to the objects in my code for long, the Java PermGen space gets filled with every use case, and it never grows back.
Any ideas? Thanks in advance.
The PermGen Space is used for classes, not objects IIRC.
Do you get the error without HOT deploying wars?
To test this you can restart the tomcat after deploying a new war.