diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-07 17:50:58 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-07 17:50:58 +0200 |
commit | 54eb03abbd494232e13f63efb6af370aa0bbab4a (patch) | |
tree | 6c072aacec88d95122dce1e5df95c75ae3c28166 /doc | |
parent | 7770aafc7561897ff1d3c706420f76843c5182c0 (diff) | |
download | patches-54eb03abbd494232e13f63efb6af370aa0bbab4a.tar patches-54eb03abbd494232e13f63efb6af370aa0bbab4a.tar.gz |
doc: Explain where the number of build users comes from.
Suggested by Thomas Schwinge <thomas@codesourcery.com>.
* doc/guix.texi (Build Environment Setup): Explain where the number of build
users comes from.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index c102746636..bcfa52d5b1 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -478,6 +478,9 @@ Bash syntax and the @code{shadow} commands): @end example @noindent +The number of build users determines how many build jobs may run in +parallel, as specified by the @option{--max-jobs} option +(@pxref{Invoking guix-daemon, @option{--max-jobs}}). The @code{guix-daemon} program may then be run as @code{root} with: @example |