Closed scottstanie closed 4 months ago
The main question I had for @piyushrpt / @gmgunter : do we think it makes sense to use self.settings.worker_count
for both the temporal and spatial unwrapping parallelism? Maybe it doesn't make a big difference, I was just thinking of how temporal unwrapping ~millions of tiny problems, but spatial is ~dozens of large ones
I was thinking the same thing. Maybe we need another setting for number of spatial workers - memory usage also goes up with number of threads. I would cap the number of workers to 2-4 at best - we mostly do 1 vcpu / 4GB or 2 vcpu / 8GB instances and the current worker_count
is ok for these but you might be working on larger instances.
Launching the test run now
The other edits are