Skip to content

Commit

Permalink
Document JULIA_EXCLUSIVE's behaviour with interactive threads
Browse files Browse the repository at this point in the history
  • Loading branch information
xal-0 committed Jan 24, 2025
1 parent 3653819 commit ce5a687
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/src/manual/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,11 @@ during image compilation. Defaults to 0.
### [`JULIA_EXCLUSIVE`](@id JULIA_EXCLUSIVE)

If set to anything besides `0`, then Julia's thread policy is consistent with
running on a dedicated machine: the master thread is on proc 0, and threads are
affinitized. Otherwise, Julia lets the operating system handle thread policy.
running on a dedicated machine: each thread in the default threadpool is
affinitized. [Interactive threads](@ref man-threadpools) remain under the
control of the operating system scheduler.

Otherwise, Julia lets the operating system handle thread policy.

## Garbage Collection

Expand Down

0 comments on commit ce5a687

Please sign in to comment.