spring-projects / spring-data-jpa

Simplifies the development of creating a JPA-based data access layer.
https://spring.io/projects/spring-data-jpa/
Apache License 2.0
3.01k stars 1.42k forks source link

Spring Data JPA OutOfMemoryError: GC overhead limit exceeded [DATAJPA-1066] #1409

Closed spring-projects-issues closed 4 years ago

spring-projects-issues commented 7 years ago

Onur Çelik opened DATAJPA-1066 and commented

I'm developing an application with huge size of entities( 3072 Entities). Everthing was ok so far until we want to upgrade Spring Boot version from 1.3.2 ( 1.9.2 spring-data-jpa ) to current 1.5.1 (spring-data-jpa 1.11.0) .We're getting exception given in Attachment. i think problem is somehow related to spring-data-jpa after 1.10.X. Because its working with 1.9.X like a charm


Attachments:

Issue Links:

1 votes, 2 watchers

spring-projects-issues commented 5 years ago

Jens Schauder commented

We would need more information where the memory is wasted. Otherwise I would just assume it is a duplicate of the referenced issue and close this one

spring-projects-issues commented 4 years ago

Jens Schauder commented

Due to lack of information there is no way knowing what went wrong.

But we recently fixed a memory issue, it might have been a duplicate: DATAJPA-1647