Heap summary (.sparkheap)
get_heap_summaryRetrieves the largest retained object types by size from a Spark heap dump, with instance counts, to identify memory leaks and optimize memory usage.
Instructions
For a .sparkheap file: the largest retained types by size, with instance counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topN | No | ||
| profileId | Yes | The id returned by load_profile. |