Join Slack
Powered by
hey is there an easy way to reset a dask cluster a...
# ask-community
j
John Ramirez
03/04/2020, 4:59 PM
hey is there an easy way to reset a dask cluster and release memory after a heavy run
c
Chris White
03/04/2020, 5:01 PM
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
Open in Slack
Previous
Next