Hibernate version:
3.2 in Jboss 4.0.5
Name and version of the database you are using:
Posgresql 8.2
Hibernate begins consuming memory an the JVM is not able
to deallocate it.
I've tried MaxPermSize, not using cglib optimizations, all
my asociations are lazy, etc.....
and always the same result.
I could lower memory consuption using SqlNativeQueries for
very easy queries, but it doesn't make sense to use it
for more elaborated ones.
The rate is really incredible, lets say 1Mb per 100 sql, each of them
fetchs between 1 to 10 rows of no more than 10 columns.
Any ideas on how to configure hibernate to correct this problem.
Thanks in advance
Tonio.
|