10 Tips for using the Eclipse Memory Analyzer – EclipseSource
Analyzing and understanding the memory use of an application is challenging. A subtle logic error can result in listeners never being disposed, ultimately leading to the dreaded OutOfMemory error. Even if your application is properly disposing of all unused objects, it may still be requiring 10 or 100 times more memory than necessary.
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. If you're a Java developer, the Eclipse Memory Analyzer Tool should certainly be in your debugging toolbox.
Read full article from 10 Tips for using the Eclipse Memory Analyzer – EclipseSource
No comments:
Post a Comment