By irbull
via eclipsesource.com
Published: Jan 21 2013 / 03:31
Analyzing and understanding the memory use of an application is challenging. A subtle logic error can result in listeners never being diposed, ultimately leading to the dreaded OutOfMemory error. Lucky for us, the Eclipse Memory Analyzer (MAT) can help provide details of an application’s memory use. The tool is useful for both tracking memory leaks and for periodically reviewing the state of your system. In this tutorial I’ll outline 10 tips to help you use the MAT more effectively.
Comments
joesoap2000 replied ago:
Only snag is your IDE will OOM with larger snapshots. Netbeans is much better at handling large heap snapshots.
Voters For This Link (23)
Voters Against This Link (0)