2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/maintenance.git synced 2023-12-14 03:33:04 +01:00

hydra: bayfront: Reduce guix-daemon --cores.

* hydra/bayfront.scm (%guix-daemon-config)[extra-options]: Reduce
"--cores" to 8, as some builds use too much RAM when run with 16
cores..
This commit is contained in:
Christopher Baines 2022-09-18 14:15:45 +02:00
parent 90433edc3f
commit 1abb59e93a
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -1191,7 +1191,7 @@ add_header Content-Type text/plain;")))
(build-accounts 64)
(extra-options
(list "--max-jobs" "1" "--cores" "16"))))
(list "--max-jobs" "1" "--cores" "8"))))
(login-service-type
config => (login-configuration
(inherit config)