Skip to content

Commit

Permalink
PERF-modin-project#6922: Set DaskThreadsPerWorker to 1
Browse files Browse the repository at this point in the history
Signed-off-by: Igoshev, Iaroslav <iaroslav.igoshev@intel.com>
  • Loading branch information
YarShev committed Feb 6, 2024
1 parent e55e6a0 commit 6003e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modin/config/envvars.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ class DaskThreadsPerWorker(EnvironmentVariable, type=int):
"""Number of threads per Dask worker."""

varname = "MODIN_DASK_THREADS_PER_WORKER"
default = None
default = 1


def _check_vars() -> None:
Expand Down

0 comments on commit 6003e67

Please sign in to comment.