There are no settings to affect the scheduler save GOMAXPROCS. Check that none 
of your code or your dependencies are calling runtime.GOMAXPROCS.

If that doesn't help, try profiling your application, the cpu or block profile 
might tell you where your program is hitting a point of contention. 

-- 
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