Relative Content

Tag Archive for javaspringpostgresqlhibernate

Java Spring Boot project. Cache filling with org.postgresql.core.Tuple

In a Spring project, up to 4 GB of memory fills up gradually over a few days or a week. I’m not sure which library is to blame for this object caching – Spring, Hibernate or JDBS or org.postgresql libriry directly. The only thing I see in VisualVM right now is almost two million org.postgresql.core.Tuple objects after i got a Heap space error.