I'm using JPA in a project, with Hibernate implementation, I still use Java 7.
And PermGen is constantly running out of space. I know it's because of Hibernate, as I'm new to this Java technology. Does anyone know to indicate some less heavy implementation for JPA. I was using EclipseLink it was worse because neither deploy I did.
I did not want to increase PermGen, I wanted a solution and not a palliative.
In Java 8, I do not have this annoyance because it does not exist anymore, it has been replaced by Metaspace, even though the application grows too.
Any tips?