Eclipse Memory Analyzer (MAT)
by , 02-11-2012 at 02:41 PM (886 Views)
Eclipse Memory analyzer (MAT) is used to analyze memory leaks in your application. If an object has no reference, it is released by Java Garbage Collector. In a situation you get OutOfMemoryError, you can instruct Java Virtual Machine to create heap dump. The Eclipse Memory Analyzer provides a visual image of Java heap dump and helps to identify memory leaks. Use the following command to guide JVM to create a heapdump.
XX:+HeapDumpOnOutOfMemoryError
Eclipse Memory Analyzer (MAT)
To install Eclipse Memory Analyzer using Eclipse Update Manager, open General Purpose Tools and then install Memory Analyzer.










Email Blog Entry
Size Reduced for Images in PDF &...
05-15-2013, 05:53 PM in Java Software