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 574d455 commit edf6f7fCopy full SHA for edf6f7f
test/cmdlineargs.jl
@@ -205,7 +205,7 @@ let exename = `$(Base.julia_cmd()) --startup-file=no`
205
end
206
# We want to test oversubscription, but on manycore machines, this can
207
# actually exhaust limited PID spaces
208
- cpu_threads = max(2*cpu_threads, min(200, 10*cpu_threads))
+ cpu_threads = max(2*cpu_threads, min(50, 10*cpu_threads))
209
@test read(`$exename -t $cpu_threads -e $code`, String) == string(cpu_threads)
210
withenv("JULIA_NUM_THREADS" => string(cpu_threads)) do
211
@test read(`$exename -e $code`, String) == string(cpu_threads)
0 commit comments