Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add more threading configs
  • Loading branch information
flying-sheep committed May 13, 2025
commit ce38c35c00c98ab7528ecce205bc0cb1a8ef2153
6 changes: 5 additions & 1 deletion 6 distributed/distributed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,14 @@ distributed:
pre-spawn-environ:
# See https://distributed.dask.org/en/stable/worker-memory.html#automatically-trim-memory
MALLOC_TRIM_THRESHOLD_: 65536
# Numpy configuration
# See https://github.com/joblib/joblib/blob/ed0806a497268005ad7dad30f79e1d563927d7c6/joblib/_parallel_backends.py#L59-L67
OMP_NUM_THREADS: 1
MKL_NUM_THREADS: 1
OPENBLAS_NUM_THREADS: 1
BLIS_NUM_THREADS: 1
VECLIB_MAXIMUM_THREADS: 1
NUMBA_NUM_THREADS: 1
NUMEXPR_NUM_THREADS: 1

client:
heartbeat: 5s # Interval between client heartbeats
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.