16 Mar 2023 05:53 PM - last edited on 20 Mar 2023 02:10 PM by Ana_Kuzmenchuk
Hi Team,
We have noticed some performance issues and suspect that heap memory usage may be a contributing factor.
Specifically, Can we get the details of the following things
This information will help us optimize our code and reduce memory usage.
Solved! Go to Solution.
16 Mar 2023 07:52 PM
Hi @Rohitk,
You can use the memory profiling. Requirements: form java 11. Very useful tool.
Memory profiling | Dynatrace Docs
At previous java versions you can only trigger a memory dump which can be analized in another tool (eg. VisualJVM).
Memory dump analysis | Dynatrace Docs
I hope it helps.
Best regards,
Mizső