Limit load goroutines to gomaxprocs/2.
authorTom Clegg <tom@tomclegg.ca>
Thu, 17 Jun 2021 15:03:47 +0000 (11:03 -0400)
committerTom Clegg <tom@tomclegg.ca>
Thu, 17 Jun 2021 15:03:47 +0000 (11:03 -0400)
commitdf2c5ad435cc3f26f01a077fd3666dceee1e3793
tree92576f4f13258c33d690282eb37225e540bb6423
parent879ae19de38d5b718fc49a366c09678d82c3950e
Limit load goroutines to gomaxprocs/2.

Otherwise we bottleneck early on lots of IO that we can't process that
quickly.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
tilelib.go