coiled / dask-community

Issue tracker for the Dask community team
MIT License
2 stars 0 forks source link

[Stack Overflow] Best option to set ``nthreads`` in the Dask worker #420

Open github-actions[bot] opened 2 years ago

github-actions[bot] commented 2 years ago

I will run mutultiples executions of an algorithm on Kubernetes with Dask KubeCluster. I want a worker to run one and only one algorithm, so I'm confused with nthreads argument passed to the dask…


Would you like to know more?

Read the full article on the following website:

https://stackoverflow.com/questions/70955894/best-option-to-set-nthreads-in-the-dask-worker

matthiasdv commented 2 years ago

@pavithraes I took the liberty of answering this one. Let me know if anything on that answer is misleading or incomplete.

pavithraes commented 2 years ago

@matthiasdv Thanks for the answer, it sounds perfect! :)