hydra: bayfront: Tweak guix-daemon configuration.

Drop --max-jobs to 1, but increase --cores to 16. Since the
guix-build-coordinator-agent is only running 1 build at a time, this
might make things a little faster.

* hydra/bayfront.scm (services)[guix-configuration]: Change --max-jobs
to 1 and --cores to 16.
This commit is contained in:
Christopher Baines 2021-12-21 10:37:35 +00:00
parent f798beb242
commit fc8b8cb0ec
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 1 additions and 1 deletions

View File

@ -959,7 +959,7 @@ access_log /var/log/nginx/bordeaux.access.log;"))
(build-accounts 64)
(extra-options
(list "--max-jobs" "2" "--cores" "6"))))
(list "--max-jobs" "1" "--cores" "16"))))
(login-service-type
config => (login-configuration
(inherit config)