Posts

Showing posts from July, 2019

Basic concepts of Java heap dump analysis with MAT

When you are working with Java, it's always good to know how you can analyze Java Heap dumps with Eclipse Memory Analyzer Tool (MAT). Eclipse MAT is by far the best tool to analyze Java Heap Dumps. Please read my medium story on " Basic concepts of Java heap dump analysis with MAT " to understand basics of heap dump analysis with a sample Java application .