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.

Memory Analyzer Screenshot

Links

  • Download the latest version as RCP application.
  • Read our Blog for background information.
  • Post your questions to the Forum.

News

  • 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!
  • 6 December 2023, Memory Analyzer version 1.15.0 released
    Memory Analyzer 1.15.0 Release is now available for download. Check the New and Noteworthy page for an overview of new features and fixes, including security fixes. Further details are available in the release record.

Back to the top