diff --git a/docs/cudf/source/basics/io-gds-integration.rst b/docs/cudf/source/basics/io-gds-integration.rst index 20f3ec87ccb..71c114e9149 100644 --- a/docs/cudf/source/basics/io-gds-integration.rst +++ b/docs/cudf/source/basics/io-gds-integration.rst @@ -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. \ No newline at end of file