-
Notifications
You must be signed in to change notification settings - Fork 32
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
BUG Memory leak when use agent #135
Comments
can you do a hprof dump and check what's causing the mem consumption? |
@dvovney did you check heap dump? |
@korniltsev yes, I could not figure out what actually caused a leak. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use 0.12.0 agent upload JFR data to my backend.
Upload code:
My exporter:
When I opened the agent report, I found that the memory was constantly rising, and I suspected there was a memory leak situation
Is there anyone who has encountered similar problems with me, or is there a problem with where I wrote it? Thanks
The text was updated successfully, but these errors were encountered: