Top "Heap-dump" questions

A heap dump is a snapshot of the memory of a Java process.

How to convert a heap dump in android to eclipse format

Im attempting to analyze a memory leak that has been driving me crazy for weeks, I found out about the …

android eclipse heap-dump mat
Eclipse memory allocation problem

I'm trying to analyse a ~800mb heap dump, which requires a bigger heap than the standard for my eclipse. however, …

eclipse memory jvm heap-dump
Heap dump error on Centos 64bit and openjdk 7

I'm trying to generate a heap dump on my machine that is running a glassfish 3.1.2 using a open-jdk7 java. I'm …

java openjdk heap-dump
Is it possible to view threads from hprof dump / threads in heap dump

I have got a large (5GB) hprof dump, created by application when OutOfMemoryError occurred. (Using XX: HeapDumpOnOutOfMemoryError ). Unfortunately there are …

java heap-dump hprof eclipse-mat
How to get heap dump from a remote server jvm?

How can I get aheap dump from a remote JVM which runs on linux with WL application server? When I …

jvm heap-dump
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
Tools available for debugging production Issues in Java applications

Just wondering what are various tools & techniques out there to debug production issues on Java applications. Like, What are …

java jakarta-ee heap-dump
Parsing heap dump file

I have an application where I obviously create too many objects, i get this message: java.lang.OutOfMemoryError: Java heap …

java jvm heap-dump hprof