Re: [go-nuts] Re: Discrepancy between htop and memstats

2019-05-02 Thread Michel Levieux
Hi Vladimir, I'm gonna try that today, I'll keep you updated, thanks for the advice! Le mer. 1 mai 2019 à 11:07, Vladimir Varankin a écrit : > Hi Michel, > > Have tried collecting your program's heap profiles [1] (maybe once after > each reload cycle)? Comparing pprof results should show you wh

[go-nuts] Re: Discrepancy between htop and memstats

2019-05-01 Thread Vladimir Varankin
Hi Michel, Have tried collecting your program's heap profiles [1] (maybe once after each reload cycle)? Comparing pprof results should show you what objects leak memory. [1]: https://blog.golang.org/profiling-go-programs On Tuesday, April 30, 2019 at 3:36:34 PM UTC+2, Michel Levieux wrote: > >