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:
parent
90433edc3f
commit
1abb59e93a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue