eclipse-memory-analyzer Questions
2
I have Eclipse Memory Analyzer v1.3.1, and need to analyze some .phd heap dumps.
According to this question, it is necessary to install DTJF on Eclipse Memory Analyzer.
This link in the question ...
Wallboard asked 10/2, 2016 at 17:59
8
I have some issues with running Eclipse memory analyzer on my laptop.
This happen when i have just downloaded(from the place) and executed application:
And i can't figure out what is the caus...
Spontaneity asked 20/12, 2017 at 15:18
4
Solved
I was trying to parse the 11GB heap dump using Eclipse MAT and I am getting the following error
An internal error occurred during: "Parsing heap dump"
I think the MAT is unable to parse such a...
Biggs asked 16/10, 2012 at 21:40
5
I was trying to investigate java.lang.OutOfMemoryError: GC limit exceeded which occurs at high load of our web app deployed in tomcat. Heap size was set to 8GB (-Xms2048m -Xmx8192m)
At some point ...
Garfield asked 13/6, 2013 at 11:7
2
Solved
The Eclipse Memory Analyser docs say it can open IBM portable heap dump files (*.phd):
http://help.eclipse.org/luna/index.jsp?topic=/org.eclipse.mat.ui.help/welcome.html
However, when I try to op...
Dropping asked 21/7, 2014 at 15:30
3
I downloaded a stand-alone Eclipse Memory Analyzer from the official site, intending to use it to open a hprof file to do some analysis work. However, the application seems to get stuck after start...
Bandanna asked 29/12, 2017 at 9:3
6
Solved
Cannot figure out how to install MAT (memory analyzer tool) into Eclipse. Need this program to analyze heap of my Android app that is leaking.
Feel stupid, sorry ;-(
What is the steps exactly?
...
Jovanjove asked 24/6, 2013 at 14:41
2
In my work, we are running into a difficult to reproduce OOM issue. Or, more accurately, it is very easy to reproduce on one system, making that system unusable, but difficult to reproduce anywhere...
Peritoneum asked 16/6, 2017 at 20:49
3
Solved
I have a web application that uses hibernate 3.6.4 and spring 3.2.4 (mvc,tx and security) and is running in tomcat 7. Each time when I deploy a newer version of my app without restarting tomcat, th...
Bandwidth asked 18/11, 2015 at 20:30
0
Using the tool jmap, you can create a memory dump in two formats:
Binary format: jmap -dump:format=b,file=binary_dump.dat <pid>
or
Other format: jmap -dump:file=other_format_dump.dat <...
Abate asked 19/6, 2015 at 16:13
1
Solved
I try convert dump from Android Device Monitor to Eclipse Memory Analyzer format. I use next command
hprof-conv dump.hprof converted-dump.hprof
and i get error
hprof-conv: command not found
...
Antechoir asked 8/5, 2015 at 10:9
1
I am developing an android application. In which i am trying to find out the memory leaks using MAT for the first time. I refereed following link.
Link
Till the step 3 its working. But when i try...
Compact asked 3/12, 2014 at 8:56
2
Solved
I have service which will show an activity at particular point of time, after that activity on every 13th time i am showing an admob interstitial ads. My application's RAM usage is increasing by 20...
Signatory asked 23/7, 2014 at 5:52
1
Solved
I’ve been facing some annoying OutOfMemoryErrors, even after making sure that all my Bitmaps are properly scaled etc. In fact, the issue doesn’t seem to be related to Bitmaps at all, but I may be w...
Explosion asked 14/5, 2014 at 10:51
1
Solved
I have a j2ee application and monitoring it by visualVM.
Lets say that I have a method like this:
public void doStuff(int param) {
String s = getStringVariable(param);
StringBuilder sb = new St...
Edmead asked 18/3, 2014 at 21:33
3
Solved
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 version, also installed Eclipse MAT plugin ...
Thermoelectrometer asked 13/3, 2012 at 7:34
1
I am getting numeric value of 1294736 in 'retained Heap' column when I use Memory Analyzer in Eclipse-Helios, what is the unit of this numeric value ? is it bytes or kBytes?
Same query for shallow...
Dzungaria asked 17/5, 2013 at 12:32
1
Is there another memory which is being used that doesn't show on a heap dump? I am using Memory Analyzer on Eclipse. First I dump the heap with DDMS and Memory Analyzer picks. it only shows that th...
Partlet asked 30/9, 2013 at 11:35
2
Solved
I'm analyzing memory usage of my Android app with help of Eclipse Memory Analyzer (also known as MAT). Sometimes I can find strange instances of android.graphics.Bitmap class, utilizing big portion...
Pome asked 3/10, 2012 at 13:32
1
Solved
Out of curiosity, I just recently tested my Android App for Memory Leaks, using the Eclipse Memory Analyzer.
I came across a strange Bitmap with the size of 512 x 512 pixels using up about 1 Megab...
Dub asked 29/8, 2013 at 15:55
1
Solved
I just started learning about memory management for Android. After doing a memory dump on the application I am working on and analyzing it with Eclipse Memory Analyzer, I found out that 37MB (out o...
Spectre asked 18/4, 2013 at 20:55
2
Solved
I was investigation with analyzing a HPROF file using Eclipse's Memory Analyser (MAT).
The dominator tree, reports and the OQL interface look really useful. But all this has to be done manually fro...
Lollis asked 12/4, 2013 at 17:46
0
I have run one of my heap file with the tool and below is the results of the Leak Hunter. Suspect 2 I guess is due to nature I am pooling so the connection are alive all the time. I cant intepret w...
Searles asked 5/4, 2013 at 17:24
3
Solved
I am guessing there is an obvious answer here... I am left confused with this one:
Why do I get 17.8 MiB heap memory allocated when all I have done is:
Created a simple "Hello World" project wit...
Poyssick asked 14/3, 2013 at 8:43
1
Solved
Is it possible to compare two HPROF files? How?
Furlough asked 5/6, 2011 at 9:10
1 Next >
© 2022 - 2024 — McMap. All rights reserved.