Skip to content

UnderstandingHeapDump

Rajendra Prasad Reddy Penumalli edited this page Dec 27, 2019 · 3 revisions

Understanding Heap Dump

  • Heap Dump is basically snapshot of your memory.
  • It contains all objects that are residing in the memory, values stored in those objects, inbound & outbound references of those object
  • The space used by the Java Runtime to allocate memory to Objects and JRE Classes is called Heap

References

https://dzone.com/articles/java-heap-dump-analyzer-1

Clone this wiki locally