在Install New software中输入 http://archive.eclipse.org/mat/1.2/update-site/ 然后选择Memory Analyzer for Eclipse IDE 这里选项中就包含"Memory Analyzer"和"Memory Analyzer(Charts)" next,重启 使用:窗口->Perspective->打开透视图->其他…
转载自:http://www.blogjava.net/rosen/archive/2010/05/21/321575.html 前言 在平时工作过程中,有时会遇到OutOfMemoryError,我们知道遇到Error一般表明程序存在着严重问题,可能是灾难性的.所以找出是什么原因造成OutOfMemoryError非常重要.现在向大家引荐Eclipse Memory Analyzer tool(MAT),来化解我们遇到的难题.如未说明,本文均使用Java 5.0 on Windows XP S…
引用:http://memoryanalyzer.blogspot.jp/2008/05/automated-heap-dump-analysis-finding.html Dienstag, 27. Mai 2008 Automated Heap Dump Analysis: Finding Memory Leaks with One Click There is a common understanding that a single snapshot of the Java heap is…