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

ConcurrrentHashMap Leaking. #1929

Closed
farchanjo opened this issue Mar 30, 2015 · 1 comment
Closed

ConcurrrentHashMap Leaking. #1929

farchanjo opened this issue Mar 30, 2015 · 1 comment

Comments

@farchanjo
Copy link

Hi everyone,
I'm using atmosphere with spring boot, then my app is leaking my memory.

Take a look my heap dump:
screenshot 2015-03-30 11 32 00

I have too many ConcurrentHashMap instances. Can give a tip why is it happens? Looking inside the object, I have too many key as SpringAnnotationContext and WeakReference, but the GC isn't release the memory. I have another thread which count my AtmosphereResource and then my resources just increase, increase.. I have tried EMPTY_DESTROY but is not working.

@jfarcand
Copy link
Member

Please use the https://groups.google.com/group/atmosphere-framework?pli=1 for question.

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

2 participants