How to reduce memory usage of Dask Scheduler
·
682 words
·
4 mins
Few useful tips how to configure Dask Scheduler with the aim of reducing the memory usage and its growth over time.
Dask.distributed is a lightweight library for distributed computing in Python. It extends both the
concurrent.futures
anddask
APIs to moderate sized clusters.
dask.distributed
in Python projects. Most of topics covered focus on single tenant access pattern, where potentially multiple instances of the same application or a project submit tasks directly to Dask’s scheduler.