diff --git a/doc/dask.rst b/doc/dask.rst index d55175d4d96..1cee6b28335 100644 --- a/doc/dask.rst +++ b/doc/dask.rst @@ -394,6 +394,11 @@ one million elements (e.g., a 1000x1000 matrix). With large arrays (10+ GB), the cost of queueing up Dask operations can be noticeable, and you may need even larger chunksizes. +.. tip:: + + Check out the dask documentation on `chunks `_. + + Optimization Tips -----------------