On Tue, Feb 6, 2018 at 12:58 AM, Bob Cao <bobintorn...@gmail.com> wrote:
>
> I have a program whose GC pause frequency will quickly go from 40 calls per
> minute to 2000 calls per minute in a matter of hours, and the issue is kind
> of random on production.
>
> Is there any advice on how to spot the cause of the issue?

Use the memory profiler.  See
https://blog.golang.org/profiling-go-programs for some background.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to