-
Notifications
You must be signed in to change notification settings - Fork 1
UnderstandingHeapDump
Rajendra Prasad Reddy Penumalli edited this page Dec 27, 2019
·
3 revisions
- 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