Memory Heap Analysis
Analyzing the heap of the JVM.
In the following sections, we are going to do some analysis of the JVM’s heap dump.
Note
Make sure you’ve gone through the PrerequisitesFirst, we’ll need to capture a heap dump:
We will then go through three common tools in which we can do some analysis of a heap dump. All of which are free. :smiley:
We will then tie all our knowledge together and attempt to solve a quick challenge:
Up Next
In the next section, we'll learn how to acquire a Heap Dump.
Capturing Heap Dumps