You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param procs_cpu_bound: number of processes that can be used in single
63
-
node applications for CPU bound case (Default: os.cpu_count())
64
-
:param procs_io_bound: number of processes that can be used in single
65
-
node applications for I/O bound cases (Default: os.cpu_count() * PROCS_IO_BOUND_FACTOR)
63
+
:param procs_cpu_bound: number of processes that can be used in single node applications for CPU bound case (Default: os.cpu_count())
64
+
:param procs_io_bound: number of processes that can be used in single node applications for I/O bound cases (Default: os.cpu_count() * PROCS_IO_BOUND_FACTOR)
:param s3_additional_kwargs: Passed on to s3fs (https://s3fs.readthedocs.io/en/latest/#serverside-encryption)
270
277
:param botocore_config: Botocore configurations
271
-
:param procs_cpu_bound: number of processes that can be used in single
272
-
node applications for CPU bound case (Default: os.cpu_count())
273
-
:param procs_io_bound: number of processes that can be used in single
274
-
node applications for I/O bound cases (Default: os.cpu_count() * PROCS_IO_BOUND_FACTOR)
278
+
:param procs_cpu_bound: number of processes that can be used in single node applications for CPU bound case (Default: os.cpu_count())
279
+
:param procs_io_bound: number of processes that can be used in single node applications for I/O bound cases (Default: os.cpu_count() * PROCS_IO_BOUND_FACTOR)
0 commit comments