diff --git a/docs/source/profiler.rst b/docs/source/profiler.rst index 7f0cb33ea..b51a72313 100644 --- a/docs/source/profiler.rst +++ b/docs/source/profiler.rst @@ -662,7 +662,8 @@ Below is an breakdown of all the options. * **structured_options** - Options responsible for all structured data - * **multiprocess** - Option to enable multiprocessing. Automatically selects the optimal number of processes to utilize based on system constraints. + * **multiprocess** - Option to enable multiprocessing. If on, multiprocessing is toggled on if the dataset contains more than 750,000 rows or more than 20 columns. + Automatically selects the optimal number of pooling processes to utilize based on system constraints when toggled on. * is_enabled - (Boolean) Enables or disables multiprocessing