Skip to content

Commit

Permalink
Update spilling docs with info on new default
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Nov 9, 2020
1 parent 1551d95 commit 6e51a2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/specializations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Spilling From Device

For applications that do not fit in GPU memory, Dask-CUDA supports spilling from device memory to host memory when the GPU can't fit more data. The spilling mechanism is automatically triggered once the user-defined limit is reached, such limit can be set via the ``--device-memory-limit`` and ``device_memory_limit`` arguments for ``dask-cuda-worker`` and ``LocalCUDACluster``, respectively.

Previously, spilling was disabled by default, but since Dask-CUDA 0.17 the default has been changed to ``0.8`` -- spilling will begin when Dask-CUDA device memory utilization reaches 80% of the device's total memory. The old behavior can still be set with ``--device-memory-limit=0`` or ``device_memory_limit=0``.

CPU Affinity
------------

Expand Down

0 comments on commit 6e51a2a

Please sign in to comment.