The Go program contains large memory and I want to know which objects own the max memory.
- I have try pprof, but it can only show where alloc memory.
- There is heap dump function, but I can not find any core dump reader
https://golang.org/pkg/runtime/debug/#WriteHeapDump
For example, like the top consumers MAT for java