Skip to content

Commit ce38c35

Browse files
committed
Add more threading configs
1 parent 39f91e3 commit ce38c35

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

distributed/distributed.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,10 +193,14 @@ distributed:
193193
pre-spawn-environ:
194194
# See https://distributed.dask.org/en/stable/worker-memory.html#automatically-trim-memory
195195
MALLOC_TRIM_THRESHOLD_: 65536
196-
# Numpy configuration
196+
# See https://github.com/joblib/joblib/blob/ed0806a497268005ad7dad30f79e1d563927d7c6/joblib/_parallel_backends.py#L59-L67
197197
OMP_NUM_THREADS: 1
198198
MKL_NUM_THREADS: 1
199199
OPENBLAS_NUM_THREADS: 1
200+
BLIS_NUM_THREADS: 1
201+
VECLIB_MAXIMUM_THREADS: 1
202+
NUMBA_NUM_THREADS: 1
203+
NUMEXPR_NUM_THREADS: 1
200204

201205
client:
202206
heartbeat: 5s # Interval between client heartbeats

0 commit comments

Comments
 (0)