Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain requirement for Distributed, and how to use LocalCluster #3

Open
itamarst opened this issue Sep 28, 2018 · 0 comments
Open

Comments

@itamarst
Copy link
Owner

itamarst commented Sep 28, 2018

If you want 8 worker processes:

from dask.distributed import Client, LocalCluster
cluster = LocalCluster(n_workers=8, threads_per_worker=1, memory_limit=None)
Client(cluster)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant