Possible Memory leak in Number of Loaded classes in Java Application

前端 未结 6 512
被撕碎了的回忆
被撕碎了的回忆 2021-02-02 02:29

I recently began profiling an osgi java application that I am writing using VisualVM. One thing I have noticed is that when the application starts sending data to a client (ove

6条回答
  •  -上瘾入骨i
    2021-02-02 03:32

    Use the Eclipse Memory Analyzer to check for duplicated classes and memory leaks. It might happen that the same class gets loaded more than once.

    Regards, Markus

提交回复
热议问题