ClassLoader Leak - Are they worth solving?

后端 未结 5 1878
暖寄归人
暖寄归人 2021-02-07 17:03

ClassLoader leaks usually result in java.lang.OutOfMemoryError: PermGen. In the instance of working on application servers you may see this as a result of

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-07 17:56

    Yes, there are easier - and more proper - ways to resolve the leaks. Add the ClassLoader Leak Prevention library to your project, and it should take care of the problem for you!

    In case you want to track down the leaks yourself, this blog series will be of help.

提交回复
热议问题