Skip to content

Commit

Permalink
Update skookum deploy docs re: dask cluster local storage
Browse files Browse the repository at this point in the history
Change to `--local-directory /tmp/SalishSeaCast` to avoid lock collisions with other users' dask clusters.
  • Loading branch information
douglatornell authored Apr 18, 2024
1 parent c4f1235 commit b968782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/deployment/skookum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -364,15 +364,15 @@ and launch the 4 :command:`dask worker` processes with these properties:
* 1 thread per worker
* 64G memory limit per worker
* worker files stored on the :file:`/tmp/` file system
* worker files stored on the :file:`/tmp/SalishSeaCast/` directory
* workers restart every 3600 seconds with 60 second random staggering of their restart times
* workers communicate with the scheduler on port 4386
.. code-block:: bash
$ conda activate /SalishSeaCast/nowcast-env
(/SalishSeaCast/nowcast-env)$ dask worker --nworkers=4 --nthreads=1 --memory-limit 64G \
--local-directory /tmp \
--local-directory /tmp/SalishSeaCast \
--lifetime 3600 --lifetime-stagger 60 --lifetime-restart \
localhost:4386
Expand Down

0 comments on commit b968782

Please sign in to comment.