-
-
Notifications
You must be signed in to change notification settings - Fork 115
Open
Labels
provider/gcp/vmCluster provider for GCP InstancesCluster provider for GCP Instances
Description
It may be more efficient to run many workers on larger VMs as opposed to larger numbers of worker processes on small VMs, presumably to avoid inter-VM communication. This was a suggestion that resulted from this thread on optimizing some dask array workflows: https://github.com/pystatgen/sgkit/issues/390.
@quasiben mentioned that threads per worker can be controlled with worker_options={"nthreads": 2 }
, but there appears to be no way to run more than one worker on a single VM.
emkademy
Metadata
Metadata
Assignees
Labels
provider/gcp/vmCluster provider for GCP InstancesCluster provider for GCP Instances