aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2015-06-07 17:50:58 +0200
committerLudovic Courtès <ludo@gnu.org>2015-06-07 17:50:58 +0200
commit54eb03abbd494232e13f63efb6af370aa0bbab4a (patch)
tree6c072aacec88d95122dce1e5df95c75ae3c28166
parent7770aafc7561897ff1d3c706420f76843c5182c0 (diff)
downloadguix-54eb03abbd494232e13f63efb6af370aa0bbab4a.tar
guix-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.
-rw-r--r--doc/guix.texi3
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