Questions tagged [memoryanalyzer]
14 questions
77
votes
8 answers
How can I analyze a heap dump in IntelliJ? (memory leak)
I have generated a heap dump from my java application which has been running for some days with the jmap tool -> this results in a large binary heap dump file.
How can I perform memory analysis of this heap dump within IntellIJ IDEA?
I know that…

vikingsteve
- 38,481
- 23
- 112
- 156
46
votes
3 answers
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 open a heap dump.
But what is a heap dump, how…

aryaxt
- 76,198
- 92
- 293
- 442
8
votes
4 answers
Android Profiler not appeared in Android Studio
I want to analyze memory consumption in my device but I didn't find Android profiler tab in Android Studio as seen below :
Please who could help me to show up this tab.

Imene Noomene
- 3,035
- 5
- 18
- 34
5
votes
0 answers
error when run hprof-conv.exe
I got error ERROR: read 46402 of 4259932 bytes when run hprof-conv.exe and the file it created could not be opened with MemoryAnalyzer.exe with error Illegal record length 0 at byte 5,408,931 for record type 1.
I used…

j1999
- 91
- 1
- 5
3
votes
0 answers
Is there an option to search in memory tool in Android Studio?
It's amazing that memory analyzing tools are integrated in the Android studio 1.3 - But one of the main features regarding the memory dump is the ability to search by class name (to see how many instances of an activity exist).
This option…

Yemini
- 31
- 2
2
votes
3 answers
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.
The heap dump is generated in the Linux box where…

raksja
- 3,969
- 5
- 38
- 44
2
votes
1 answer
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 that do what you need, and never get in your way…

Luca Matteis
- 29,161
- 19
- 114
- 169
1
vote
3 answers
memory leak analyse with top
I would like to use the tool "top" to analyze the memory consumption and possible memory leaks of a process.
For this I have written this program (program-name: memoryTest):
int main(){
char* q;
for(int i=0; i<100; i++){
q = (char*)…

Andre
- 1,249
- 1
- 15
- 38
1
vote
1 answer
Allocated memory discrepancy between Memory Analyzer and Task Manager
I want to analyze the memory usage of a pretty huge Java VM process.
One thing I realized when firing up the Eclipse Memory Analysis tool is the huge discrepancy between the alleged allocated memory: Windows Task Manager / CMD Tasklist show around…

Jdv
- 962
- 10
- 34
1
vote
2 answers
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 Mac OS 10.5), the JVM terminates immediately…

Ryan Delucchi
- 7,718
- 13
- 48
- 60
0
votes
0 answers
org.apache.catalina.ha.session.DeltaSession i large when related session is small
We have a two-nodes application, meaning there are two Tomcat servers, with same application on each of them. And there is one database.
Every logged user has it's own UserSession object, which attributes (session attributes) are "evened" between…

grzego
- 1
- 1
0
votes
1 answer
last directory accessed by the user using volatility3
Using volatility3, How can I find the last directory visited by the user in windows?
In volatility2 we were able to find such thing using Shellbags plugin. But how can I do this in volatility3?

sazidul
- 1
- 1
0
votes
3 answers
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 amount of Activities and Frameworks. First of all I…

Alkimake
- 1,797
- 14
- 30
0
votes
1 answer
Volatility failed to scan memory dump of Virtualbox
I done a memory dump with elf format using Virtualbox manager.
VBoxManage debugvm "image_name" dumpguestcore --filename test.elf
It worked well. Then I try to analyze the dump with volatility.
The imageinfo worked well and get the…

user1150246
- 69
- 1
- 6