|
|
|
|
|
by anom9999
4146 days ago
|
|
I'm interested in more information about why you decided to alter GOMAXPROCS and what your results were from testing. I've had a play with this myself and found that it cause sporadic and unpredictable crashing (very different style of application though - I was building a webserver). However this was an earlier iteration of Go (possibly Go 1.1 but likely 1.2) so things may have improved since then, or you might have found a saner way of tweaking it. |
|
(I'd suggest using Go's race detector.)