Skip to content

Document configuration of dask to change number of workers #74

@alimanfoo

Description

@alimanfoo

By default, dask will use a multi-threaded scheduler and use all available CPUs on the local machine. This can be undesirable if running on a shared machine. If so, the number of workers can be configured, e.g.:

dask.config.set(num_workers=4)

Maybe worth documenting this somewhere.

More info here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions