heap_dump
Generate a .hprof heap dump for memory analysis. Use Eclipse MAT or VisualVM to trace GC roots of growing classes. Warning: produces large files.
Instructions
Creates .hprof for Eclipse MAT / VisualVM. After heap_live_histogram_diff picks a growing class, use MAT Path to GC Roots (exclude weak/soft). Saved to recordings/heap_dump.hprof. Warning: large file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process ID of the Java application. Get this from list_java_processes. |