diff options
author | Christopher Baines <mail@cbaines.net> | 2022-10-11 11:41:15 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-10-11 11:41:15 +0100 |
commit | e83b9fe44e43ce9e8c1aad1150eaca0b5b865ca2 (patch) | |
tree | 5962b051d20e35f38bbd1efaf752a8cf6f8d0eee /doc | |
parent | 4230de5b9807e9a522feccdd86b8d8f8b2d360a0 (diff) | |
download | guix-e83b9fe44e43ce9e8c1aad1150eaca0b5b865ca2.tar guix-e83b9fe44e43ce9e8c1aad1150eaca0b5b865ca2.tar.gz |
services: guix: Include max-allocated-builds gbc agent option.
* gnu/services/guix.scm (guix-build-coordinator-agent-configuration-max-allocated-builds):
New procedure.
(guix-build-coordinator-agent-shepherd-services): Use max-allocated-builds.
* doc/guix.texi (Guix Build Coordinator): Document this new field.
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 14592142dd..33fc74d244 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -35865,6 +35865,9 @@ will use the current system it's running on as the default. @item @code{max-parallel-builds} (default: @code{1}) The number of builds to perform in parallel. +@item @code{max-allocated-builds} (default: @code{#f}) +The maximum number of builds this agent can be allocated. + @item @code{max-1min-load-average} (default: @code{#f}) Load average value to look at when considering starting new builds, if the 1 minute load average exceeds this value, the agent will wait before |