mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
Merge pull request #140949 from jkarlson/nicedaemon
nixos/nix-daemon: Clarify daemonNiceLevel
This commit is contained in:
commit
338b0a90d8
|
@ -189,7 +189,9 @@ in
|
||||||
default = 0;
|
default = 0;
|
||||||
description = ''
|
description = ''
|
||||||
Nix daemon process priority. This priority propagates to build processes.
|
Nix daemon process priority. This priority propagates to build processes.
|
||||||
0 is the default Unix process priority, 19 is the lowest.
|
0 is the default Unix process priority, 19 is the lowest. Note that nix
|
||||||
|
bypasses nix-daemon when running as root and this option does not have
|
||||||
|
any effect in such a case.
|
||||||
|
|
||||||
Please note that if used on a recent Linux kernel with group scheduling,
|
Please note that if used on a recent Linux kernel with group scheduling,
|
||||||
setting the nice level will only have an effect relative to other threads
|
setting the nice level will only have an effect relative to other threads
|
||||||
|
|
Loading…
Reference in a new issue