检测到由于“ org.hibernate.internal.SessionFactoryImpl”引起的内存泄漏

时间:2019-05-07 05:33:01

标签: java hibernate spring-boot memory-leaks out-of-memory

我们正在Spring Boot应用程序中使用hibernate的存储库实现。分析堆转储时,它说“ SessionFactoryImpl”的一个实例在内存中累积。

我尝试使用org.hibernate.Cache移出缓存区域,     evictDefaultQueryRegion();     evictQueryRegions();     evictCollectionRegion();     evictAllRegions(); 但没有得到更好的结果

如何纠正此内存泄漏?

以下屏幕截图显示了堆转储的结果 Sceenshot from eclipse MAT

0 个答案:

没有答案