Re: [go-nuts] Excessive garbage collection

2016-10-17 Thread Jiří Šimša
go version go1.7.1 darwin/amd64 -- Jiří Šimša On Mon, Oct 17, 2016 at 8:02 PM, Ian Lance Taylor wrote: > On Mon, Oct 17, 2016 at 6:20 PM, wrote: > > > > The backend of my web server (written in Go) have recently started > consuming > > large amounts of CPU. AFA

Re: [go-nuts] Excessive garbage collection

2016-10-18 Thread Jiří Šimša
Thank you for your explanation. I was able to track this problem down to logic in one of the handlers periodically invoked by the page; the handler logic would result in the allocation pattern you described. Best, -- Jiří Šimša On Tue, Oct 18, 2016 at 6:13 AM, wrote: > From the trace (4