diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example index 52937e6ac9b22..7bb61d6588214 100644 --- a/src/bootstrap/config.toml.example +++ b/src/bootstrap/config.toml.example @@ -152,8 +152,9 @@ # known-good version of OpenSSL, compile it, and link it to Cargo. #openssl-static = false -# Run the build with low priority -#low_priority = false +# Run the build with low priority, by setting the process group's "nice" value +# to +10 on Unix platforms, and by using a "low priority" job object on Windows. +#low-priority = false # ============================================================================= # General install configuration options