[go-nuts] Re: package net/http/pprof causes memory increase

2017-01-04 Thread Thomas Solignac
It seems that the function follows accumulates: Runtime / pprof.writeHeap + 0x29b6 This is what is observed in /heap. The number of it increases but never decreases. Le mercredi 4 janvier 2017 07:52:25 UTC+1, Dave Cheney a écrit : > > Can you provide a runnable sample which shows the problem? > >

[go-nuts] Re: package net/http/pprof causes memory increase

2017-01-04 Thread Thomas Solignac
Hello, Thank you, I was going to launch the same subject. I see the same thing. When I access to /debug/pprof, there is the "heap". And I got the detail in "debug/pprof/heap?debug=1" I get more heap when I refresh the /heap page. And it never decrease. Thank you for your help Le mercredi 4 j