| Eclipse Memory Analyzer |
| ==================== |
| |
| The Eclipse Memory Analyzer is a fast and feature-rich Java heap dump analyzer that helps you find memory leaks and reduce memory consumption. |
| |
| - Web site: <http://eclipse.org/mat/> |
| |
| Download |
| ---------------- |
| |
| - Latest [stable release](https://www.eclipse.org/mat/downloads.php) |
| - [Snapshot builds](https://www.eclipse.org/mat/snapshotBuilds.php) |
| |
| Building locally |
| ---------------- |
| |
| git clone https://git.eclipse.org/r/mat/org.eclipse.mat |
| cd org.eclipse.mat/parent |
| mvn clean install |
| |
| For detailed build documentation refer to <https://wiki.eclipse.org/MemoryAnalyzer/Building_MAT_With_Tycho> |
| |
| Documentation |
| ---------------- |
| |
| - [Documentation](http://help.eclipse.org/index.jsp?topic=/org.eclipse.mat.ui.help/welcome.html) - online version of the documentation available also from within the tool |
| - [Learning](https://wiki.eclipse.org/MemoryAnalyzer/Learning_Material) - learn from presentations, blogs, tutorials |
| - [FAQ](http://wiki.eclipse.org/index.php/MemoryAnalyzer/FAQ) - check some of the frequently asked questions |
| |
| Contributing |
| ---------------- |
| |
| - Check CONTRIBUTING.md in the root of the repository |
| - [Developers](https://www.eclipse.org/mat/developers/) area on the MAT web site |
| - [MemoryAnalyzer/Contributor Reference](http://wiki.eclipse.org/index.php?title=MemoryAnalyzer/Contributor_Reference) Wiki pages |
| |
| Issues: |
| ---------------- |
| |
| This project uses Bugzilla to track ongoing development and issues. |
| |
| - [List of open issues](https://bugs.eclipse.org/bugs/buglist.cgi?product=MAT) |
| - [Report an issue](https://bugs.eclipse.org/bugs/enter_bug.cgi?product=MAT) |
| |
| Contact: |
| ---------------- |
| |
| - Developers [mailing list](https://dev.eclipse.org/mailman/listinfo/mat-dev) |
| - Memory Analyzer [Forum](http://www.eclipse.org/forums/eclipse.memory-analyzer) at Eclipse |