Top "Heap-dump" questions

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

How to get a thread and heap dump of a Java process on Windows that's not running in a console

I have a Java application that I run from a console which in turn executes an another Java process. I …

java jvm heap-dump thread-dump
how to increase java heap memory permanently?

I have one problem with java heap memory. I developed one client server application in java which is run as …

java jvm heap heap-memory heap-dump
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 …

java intellij-idea heap-dump jmap memoryanalyzer
Tool or tricks to analyze offline Java heap dumps (.hprof)

Are there any tools that allow offline analysis (including summary/sorting/sifting) of an .hprof file? Or can you run …

java visualvm heap-dump
ways how to get heap dump from running tomcat 7

I've tried this Get a heapdump on JVM from Tomcat 6 but it doesn't work for me, Is there other ways …

java tomcat7 heap-dump
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. …

android eclipse heap-dump memoryanalyzer
How to analyse Websphere core*.dmp file and Snap*.trc files?

All, I have my application running on websphere app server 7.0. I get some of these core dumps and trace files …

java websphere-7 coredump analyzer heap-dump
Using -XX:HeapDumpPath option but want to integrate the process id

When using -XX:+HeapDumpOnOutOfMemoryError the JVM will not overwrite the heap dump if there is already a dump file under …

java pid heap-dump
Java Out of memory automatic heap dump file name

I have several Java processes and I am trying to manage the heap dumps created when OOM error occur. When …

java jvm out-of-memory heap-dump
Location of Java dump heap file when using jconsole?

Well this is embarrassing ... I'm starting to play with the Eclipse Memory Analyzer to look for Java memory leaks on …

java eclipse jconsole heap-dump