1 comment

[ 4.0 ms ] story [ 16.6 ms ] thread
From the Go docs: "GOMAXPROCS sets the maximum number of CPUs that can be executing simultaneously and returns the previous setting"

You are setting this to 8 on a dual-core system. What happens when you set it to 2?