-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JULIA_EXCLUSIVE with auto threads errors on 1.10, mac/arm64 #50702
Comments
Maybe related to the new
runs ok, and --gcthreads=2 results in ERROR: Too many threads requested for JULIA_EXCLUSIVE option |
For me, on and julia 1.10.0 (and 1.10.1)
I get
Since error comes from
I checked that
|
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. Fixes JuliaLang#50702.
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. Fixes JuliaLang#50702.
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. Fixes JuliaLang#50702.
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. Fixes JuliaLang#50702.
Running
with v1.10 now errors with
on macos,
versioninfo
isThe text was updated successfully, but these errors were encountered: