diff options
| author | QuietMisdreavus <grey@quietmisdreavus.net> | 2017-05-18 11:00:31 -0500 |
|---|---|---|
| committer | QuietMisdreavus <grey@quietmisdreavus.net> | 2017-05-18 11:00:31 -0500 |
| commit | 4f881065270ee481114faee82ceef251ef9ea2dd (patch) | |
| tree | eeb75a238d6a886e9372bb3f684678fca0802f90 /src | |
| parent | 1a7375b7e0fe41aa791ecf69dcceea7880302279 (diff) | |
| download | rust-4f881065270ee481114faee82ceef251ef9ea2dd.tar.gz rust-4f881065270ee481114faee82ceef251ef9ea2dd.zip | |
update config name and description for low-priority
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/config.toml.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bootstrap/config.toml.example b/src/bootstrap/config.toml.example index 52937e6ac9b..7bb61d65882 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 |
