Skip to content

Commit

Permalink
add from_map note on meta
Browse files Browse the repository at this point in the history
  • Loading branch information
rjzamora committed Sep 18, 2024
1 parent 7c63c7e commit a425405
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/dask_cudf/source/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,9 @@ for more details.
.. note::
Whenever possible, be sure to specify the ``meta`` argument to
:func:`from_map`. Dask will need to materialize the first partition
eagerly if this argument is excluded.
eagerly if this argument is excluded. If a large RMM pool is in use
on the first visible device, this eager execution on the client can
lead to a surprising OOM error.


Sorting, Joining and Grouping
Expand Down

0 comments on commit a425405

Please sign in to comment.