This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_index.html
50 lines (44 loc) · 2.41 KB
/
_index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<div id="maincontent">
<div id="midcolumn">
<h1>Memory Analyzer (MAT)</h1>
<table>
<tr>
<td valign="top"><p>The Eclipse Memory Analyzer is a fast and feature-rich <b>Java heap analyzer</b> that helps you
find memory leaks and reduce memory consumption.</p>
<p>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.</p>
</td>
<td align="right" valign="top"><img src="/mat/home/mat_thumb.png" alt="Memory Analyzer Screenshot" width="250" height="282" />
</td>
</tr>
</table>
<div class = "homeitem3col">
<h3>Links</h3>
<ul>
<li><a href="/mat/downloads.php">Download</a> the latest version as RCP application.</li>
<li>Read our <a href="https://memoryanalyzer.blogspot.in">Blog</a> for background information.</li>
<li>Post your questions to the <a href="https://www.eclipse.org/forums/eclipse.memory-analyzer">Forum</a>.</li>
</ul>
</div>
<div class = "homeitem3col">
<h3>News</h3>
<ul class="midlist">
<li>8 May 2024, Memory Analyzer moved to <a href="https://github.com/eclipse-mat/mat">Github</a>
<br/>
The Memory Analyzer code repository has moved from the Eclipse Git servers to Github - <a href="https://github.com/eclipse-mat/mat">https://github.com/eclipse-mat/mat</a>.<br/>
With this move, the project also switched from using the Eclipse Bugzilla to using Github Issues on the MAT Github project.<br/>
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!
<br/>
</li>
<li>6 December 2023, <a href="/mat/downloads.php">Memory Analyzer version 1.15.0 released</a>
<br/>
Memory Analyzer 1.15.0 Release is now available for <a href="/mat/downloads.php">download</a>.
Check the <a href="/mat/1.15.0/noteworthy.html">New and Noteworthy</a> page for an overview of new features and fixes, including security fixes.
Further details are available in the <a href="https://projects.eclipse.org/projects/tools.mat/releases/1.15.0/">release record</a>.
<br/>
</li>
</ul>
</div>
</div>
</div>