hey is there an easy way to reset a dask cluster a...
# ask-community
j
hey is there an easy way to reset a dask cluster and release memory after a heavy run
c
Hi John - yes, if you connect to the cluster via a
distributed.Client
, you can restart the whole cluster: https://distributed.dask.org/en/latest/api.html#distributed.Client.restart