Commit Graph

2 Commits

Author SHA1 Message Date
Adrian Gallagher
8ca1e5c36f Fix utils.AdjustGoMaxProcs
Since Go 1.5, Go will use the total number of logical processers that the
system has available. Caveats to this are if someone has set the
GOMAXPROCS env var set or wish to limit usage of the number of logical processers
between a range from 1 to NumCPUs
2019-10-03 10:45:59 +10:00
Adrian Gallagher
f5914e8c10 Engine changes 2019-05-22 17:06:38 +10:00