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

hydra: berlin: Increase GC threshold.

* hydra/berlin.scm: Increase GC threshold to 10TiB.
This commit is contained in:
Mathieu Othacehe 2021-01-04 15:17:16 +01:00
parent 3661cd522e
commit 0291b509f2
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -365,7 +365,7 @@ Happy hacking!\n"))
;; Make sure we get enough build users.
#:authorized-keys %build-node-keys
#:build-accounts-to-max-jobs-ratio 5
#:gc-threshold (* 3 TiB)
#:gc-threshold (* 10 TiB)
#:systems '("x86_64-linux" "i686-linux"
"aarch64-linux")
#:motd %motd