Top "Heap-profiling" questions

Use this tag for questions concerning generation, visualization and analysis of heap memory profiling data, e. g. for uncovering memory leaks or measuring memory usage.

How to interpret pprof output?

I'm trying to profile an application written in go which apparently uses about 256 virtual memory (checked using ps aux). I'm …

performance go pprof heap-profiling
Go(lang): How to use PPROF heap profile to find memory leaks?

I am trying to use pprof to verify memory leaks. Can any explain how to read the heap profile that …

memory-leaks go pprof heap-profiling