Skip to content

Workflow fails when Dask worker memory budget is exceeded #1246

Answered by venkatBala
FyzHsn asked this question in Q&A
Discussion options

You must be logged in to vote

The Dask dashboard will help get more details on the cluster workers. You will however need to install bokeh. The following steps would be helpful

  • If covalent is already running, the server needs to be stopped
  • pip install bokeh
  • Start covalent
  • Check the Dask dashboard at localhost:8787 (In the workers tab you can inspect how much memory each Dask worker is running with)
  • Secondly this information can also be retrieved via the covalent cluster CLI a.k.a covalent cluster --info

UI screenshots

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@FyzHsn
Comment options

FyzHsn Sep 15, 2022
Maintainer Author

@venkatBala
Comment options

Answer selected by FyzHsn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
covalent-os Related to released features
2 participants