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.
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-profilingI 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