Skip to main content

Memory Analyzer (MAT)

The Eclipse Memory Analyzer is a fast and feature-rich Java heap analyzer that helps you find memory leaks and reduce memory consumption.

Use the Memory Analyzer to analyze productive heap dumps with hundreds of millions of objects, quickly calculate the retained sizes of objects, see who is preventing the Garbage Collector from collecting objects, run a report to automatically extract leak suspects.

MAT

News

  • 20 December 2024, Memory Analyzer version 1.16.0 released

    Memory Analyzer 1.16.0 Release is now available for download. Check the New and Noteworthy page for an overview of new features and fixes.

  • 8 May 2024, Memory Analyzer moved to Github

    The Memory Analyzer code repository has moved from the Eclipse Git servers to Github - https://github.com/eclipse-mat/mat. With this move, the project also switched from using the Eclipse Bugzilla to using Github Issues on the MAT Github project. We are really happy about the move, however, it might take some time to update all places pointing to the old repository at Eclipse. Please bear with us while we do the transition and give us feedback if you see places we’ve missed to update!

Back to the top