ClassLoader Leak - Are they worth solving?

后端 未结 5 1879
暖寄归人
暖寄归人 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:49

    I'd approach the problem pragmatically:

    1. Is it causing problems in production environments?
    2. Have you got enough time and resources to track it down?

    If the answer to both these questions is yes, then by all means go for it. If it's one yes, one no, it's probably up to the management to decide, if both are nos, don't bother.

提交回复
热议问题