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
Fix JULIA_EXCLUSIVE setting affinity on non-worker threads
With JULIA_EXCLUSIVE=1, we would try to give both worker and interactive threads
an exclusive CPU, causing --threads=auto to produce a "Too many threads
requested" error.
FixesJuliaLang#50702.
0 commit comments