Top "Eclipse-memory-analyzer" questions

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

How to install MAT in eclipse

Cannot figure out how to install MAT (memory analyzer tool) into Eclipse. Need this program to analyze heap of my …

eclipse-plugin eclipse-memory-analyzer
'heapdump.xxx.phd'. Not a HPROF heap dump (java.io.IOException) Not a HPROF heap dump

The Eclipse Memory Analyser docs say it can open IBM portable heap dump files (*.phd): http://help.eclipse.org/luna/…

eclipse-memory-analyzer
Changing Eclipse run time environment

A Java RunTime Environment(JRE) or Java Development Kit (JDK) must be available in order to run MemoryAnalyzer. No Java …

java android eclipse eclipse-memory-analyzer
How to run Eclipse memory analyzer on Mac os?

I have some issues with running Eclipse memory analyzer on my laptop. This happen when i have just downloaded(from …

java eclipse macos eclipse-memory-analyzer
analyse a HPROF memory dump file from command line programmatically

I was investigation with analyzing a HPROF file using Eclipse's Memory Analyser (MAT). The dominator tree, reports and the OQL …

java android hprof eclipse-memory-analyzer
MAT (Eclipse Memory Analyzer) - how to view bitmaps from memory dump

I'm analyzing memory usage of my Android app with help of Eclipse Memory Analyzer (also known as MAT). Sometimes I …

android bitmap memory-dump hprof eclipse-memory-analyzer
Eclipse MAT Parsing 11GB Heap dump - Out Of Memory. Unable to parse the heap dump

I was trying to parse the 11GB heap dump using Eclipse MAT and I am getting the following error An …

eclipse eclipse-memory-analyzer
Installing DTJF on Eclipse Memory Analyzer to read .phd files

I have Eclipse Memory Analyzer v1.3.1, and need to analyze some .phd heap dumps. According to this question, it is …

heap-dump eclipse-memory-analyzer
Memory Analyzer (MAT) plugin not opening heap prof in MAT Eclipse 4.1.2 automatically

Eclipse SDK Version: 4.1.2 Build id: M20120223-0900 Memory Analyzer 1.1.1.201108240735 Eclipse Memory Analyzer Hi, I have updated my eclipse to latest …

android eclipse eclipse-memory-analyzer
Clueless About a (Possible) Android Memory Leak

I’ve been facing some annoying OutOfMemoryErrors, even after making sure that all my Bitmaps are properly scaled etc. In …

java android memory-leaks bitmap eclipse-memory-analyzer