Memory Leak at 17.0.10.0? #636
Answered
by
brianjstafford
Frank Roberts (froberts)
asked this question in
Q&A
|
I believe I am experiencing a memory leak at the 17.0.10.0 version of OpenJDK Platform binary. Can anyone confirm or dinie that. The memory usage continues to grow when the OpenJDK is running and eventually it consumes all the memory until the machine it is deployed on starts to fail. It would be great to figure out if I can over come this with an upgrade or something. Thanks! |
Answered by
brianjstafford
Jan 10, 2025
Replies: 1 comment 1 reply
|
We aren't aware of any known memory leak issue in 17.0.10. I would recommend you upgrade to 17.0.13 (https://learn.microsoft.com/en-us/java/openjdk/download#openjdk-17) and see if the problem still persists. If so, I recommend you use a memory profiler tool such as Visual VM, YourKit, etc., to see if you can track down the objects that are leaking. |
1 reply
Answer selected by
karianna
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We aren't aware of any known memory leak issue in 17.0.10. I would recommend you upgrade to 17.0.13 (https://learn.microsoft.com/en-us/java/openjdk/download#openjdk-17) and see if the problem still persists. If so, I recommend you use a memory profiler tool such as Visual VM, YourKit, etc., to see if you can track down the objects that are leaking.