Memory management on Glassfish

前端 未结 1 1724
滥情空心
滥情空心 2021-01-07 14:05

I have several background tasks running on my Glassfish server implemented by @TimerService instances. The goal of these services is to extract data from files

相关标签:
1条回答
  • 2021-01-07 14:45

    You might be dealing with a class loader leak. JAXB can do this when you're unmarshalling. To find out for sure you should use a memory analyzer. I highly recommend using the Eclipse Memory Analyzer Tool. Just follow a few of the tutorials and you should be able to get it figured out.

    0 讨论(0)
提交回复
热议问题