Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MBeanExporter: memory leak related to ManagedClasses registry #53

Open
malayerba opened this issue Oct 23, 2023 · 2 comments
Open

MBeanExporter: memory leak related to ManagedClasses registry #53

malayerba opened this issue Oct 23, 2023 · 2 comments

Comments

@malayerba
Copy link

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

@mehdi-khosravi
Copy link
Contributor

mehdi-khosravi commented Dec 21, 2023

+1, this ConcurrentHashmap grows gradually and causes high heap usage.
Created this PR #55

@luke-sterkowicz
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants