[go-nuts] Go GC time creeping up

2016-12-12 Thread Dave Cheney
Can you try turning on GODEBUG=gctrace=1 and confirming that the pause times are increasing. If you could post the entire output that would be most helpful. Thanks Dave -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this

[go-nuts] Go GC time creeping up

2016-12-12 Thread Evan Digby
Hi all, Under what circumstances could I expect the Go GC time per pause (right now calculated using PauseTotalNS / NumGC using the runtime stats) creep up slowly over time? Assuming the number of allocations we do per second is consistent, could it be that the GC is somehow not keeping up wit