Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
7k views

Android ==> Memory Analysing ==> Eclipse memory analyzer?

I need to check my application for memory leaks, i also need to see the memory allocation of my application. I downloaded and installed eclipse memory analyzer, and it looks like the first step is to ...
2
votes
1answer
335 views

What's a good open-source debugger & memory analyzer for Windows?

In a Unix world I've been happily using gdb for debugging and valgrind for memory analyzation. Are there open-source quality alternatives for Windows? I'm looking for lightweight pieces of software ...
0
votes
0answers
61 views

Heap dump analysis [closed]

I collected the heap dump and am trying to analyze from memory using the analyiser tool. But I was unable to find the problematic class/method. It's only showing that char datatype is taking up 40% ...
0
votes
3answers
607 views

Huge heap dump (11GB) - Jhat failed & Eclipse MAT needed help

We got a memory error in our EA and we used -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/path/to/some/dir to dump the heap at the time of OOM. We had a heap memory of 12GB and perm gen of 256MB. ...
0
votes
3answers
1k views

Android Memory Usage Problem on possibly using ActivityGroup

Android Memory Usage Problem on possibly using ActivityGroup This is a little bit long story that i ended up messing with memory problems. I developed very deep android application by using very ...
0
votes
2answers
2k views

JVM terminates when launching Eclipse MAT on Mac OS with J2SE 6.0

I have recently discovered the incredibly useful Eclipse Memory Analysis Tool, which makes quick work of finding memory leaks in Java applications. Unfortunately, after switching my JDK to 1.6 (under ...