mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
nixos/modules/services/misc/nix-daemon.nix: document meaning of '0' for the buildCores attribute
This commit is contained in:
parent
9560540940
commit
ea94a6d653
@ -82,9 +82,10 @@ in
|
|||||||
description = ''
|
description = ''
|
||||||
This option defines the maximum number of concurrent tasks during
|
This option defines the maximum number of concurrent tasks during
|
||||||
one build. It affects, e.g., -j option for make. The default is 1.
|
one build. It affects, e.g., -j option for make. The default is 1.
|
||||||
Some builds may become non-deterministic with this option; use with
|
The special value 0 means that the builder should use all
|
||||||
care! Packages will only be affected if enableParallelBuilding is
|
available CPU cores in the system. Some builds may become
|
||||||
set for them.
|
non-deterministic with this option; use with care! Packages will
|
||||||
|
only be affected if enableParallelBuilding is set for them.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user