We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f91e3 commit ce38c35Copy full SHA for ce38c35
distributed/distributed.yaml
@@ -193,10 +193,14 @@ distributed:
193
pre-spawn-environ:
194
# See https://distributed.dask.org/en/stable/worker-memory.html#automatically-trim-memory
195
MALLOC_TRIM_THRESHOLD_: 65536
196
- # Numpy configuration
+ # See https://github.com/joblib/joblib/blob/ed0806a497268005ad7dad30f79e1d563927d7c6/joblib/_parallel_backends.py#L59-L67
197
OMP_NUM_THREADS: 1
198
MKL_NUM_THREADS: 1
199
OPENBLAS_NUM_THREADS: 1
200
+ BLIS_NUM_THREADS: 1
201
+ VECLIB_MAXIMUM_THREADS: 1
202
+ NUMBA_NUM_THREADS: 1
203
+ NUMEXPR_NUM_THREADS: 1
204
205
client:
206
heartbeat: 5s # Interval between client heartbeats
0 commit comments