jmxutils icon indicating copy to clipboard operation
jmxutils copied to clipboard

MBeanExporter: memory leak related to ManagedClasses registry

Open malayerba opened this issue 1 year ago • 2 comments

ManagedClasses that are registered in exportedManagedClasses are never unregistered. This is causing an accumulation of memory.

malayerba avatar Oct 23 '23 11:10 malayerba

+1, this ConcurrentHashmap grows gradually and causes high heap usage. Created this PR https://github.com/martint/jmxutils/pull/55

mehdi-khosravi avatar Dec 21 '23 03:12 mehdi-khosravi

+1

luke-sterkowicz avatar Dec 21 '23 08:12 luke-sterkowicz