16 Mar 2023
10:53 AM
- last edited on
20 Mar 2023
07:10 AM
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.
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ő