I am trying to use pprof to check for memory leaks.
Can anyone explain how to read the heap profile that you find: http://localhost:6060/debug/pprof/heap?debug=1
In addition, is it normal that by typing the web command after running the go tool pprof http://localhost:6060/debug/pprof/heap , it creates an empty .svg file?
Thank you very much
source share