Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vuule committed Feb 4, 2022
1 parent 7037827 commit 71566b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/cudf/source/basics/io-gds-integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,9 @@ Operations that support the use of GPUDirect Storage:
- `to_csv`
- `to_parquet`
- `to_orc`

Several parameters that can be used to tune the performance of GDS-enabled I/O are exposed through environment variables:

- ``LIBCUDF_CUFILE_THREAD_COUNT``: Integral value, maximum number of parallel reads/writes per file (default 16);
- ``LIBCUDF_CUFILE_SLICE_SIZE``: Integral value, maximum size of each GDS read/write, in bytes (default 4MB).
Larger I/O operations are split into multiple calls.

0 comments on commit 71566b7

Please sign in to comment.