Skip to content

Commit

Permalink
Fix docs for #36778
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Jan 6, 2021
1 parent e878bc0 commit 24a664a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/src/manual/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,9 @@ a master process to establish a connection before dying.
### [`JULIA_NUM_THREADS`](@id JULIA_NUM_THREADS)

An unsigned 64-bit integer (`uint64_t`) that sets the maximum number of threads
available to Julia. If `$JULIA_NUM_THREADS` exceeds the number of available
CPU threads (logical cores), then the number of threads is set to the number of CPU threads. If
`$JULIA_NUM_THREADS` is not positive or is not set, or if the number of CPU
threads cannot be determined through system calls, then the number of threads is
set to `1`.
available to Julia. If `$JULIA_NUM_THREADS` is not positive or is not set, or if
the number of CPU threads cannot be determined through system calls, then the number
of threads is set to `1`.

!!! note

Expand Down

0 comments on commit 24a664a

Please sign in to comment.