The memory consumption in my go program is steadily growing over time. Is there a way I can find out which code lines are allocating the memory?My go binary is running in an Ubuntu virtual machine.
May be you'll find some help here: https://golang.org/pkg/runtime/pprof/