-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leak using enums in native query #3816
Comments
How does a memory accumulation relate to Spring Data? Have you tried without Spring Data? |
My fault :), it is only a Hibernate issue. Tried pure Hibernate config without spring-data-jpa - same problem, high heap accumulation. |
If you open a ticket with Hibernate, please leave a link here, so others have a better chance of finding it. Thanks |
Created a bug for Hibernate https://hibernate.atlassian.net/browse/HHH-19276 |
Using the native query in code below I've found a memory leak.
Hibernate keeps statuses and and consumes memory. Database - postgres.

The text was updated successfully, but these errors were encountered: