-
Notifications
You must be signed in to change notification settings - Fork 102
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
Memory leak (?) #197
Comments
Hi @ugo-fl, thank you for raising the issue, we will try to reproduce it. Since you mention |
Hello @vickenty, thank you for your feedback. I've just tried with a singletonized version of the client, now no metrics are being sent/received and the memory still goes up. I think I'm going to quit using the client for the moment and try to post metrics directly instead. |
Wait actually it went up in the first 20 minutes but now after a few hours it seems to have stabilized. |
Has anyone observed such issues on version 4.2.0 of the statsD client? |
Currently using this client (3.0.0) within a JAX-RS API and experiencing a memory leak which causes after a certain time the server to crash.
After adding a
@PreDestroy
method which callsstatsd.stop()
the curve is smoothed, but still going up :Without this, it only takes a few hours for our server to freeze.
The text was updated successfully, but these errors were encountered: