hydra: Increase guix gc -F size to 200G.

15G was insufficient for running Guix Build Coordinator agents.

* hydra/fosshost1.scm: Increase -F to 200G.
* hydra/fosshost2.scm: Likewise.
This commit is contained in:
Christopher Baines 2020-12-22 23:54:57 +00:00
parent 6b9ce8316b
commit c6469cd138
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
(service mcron-service-type
(mcron-configuration
(jobs (list #~(job "0 1 * * *"
"guix gc -F 15G")))))
"guix gc -F 200G")))))
(service guix-build-coordinator-agent-service-type
(guix-build-coordinator-agent-configuration
(coordinator "https://coordinator.guix-patches.cbaines.net")

View File

@ -58,7 +58,7 @@
(service mcron-service-type
(mcron-configuration
(jobs (list #~(job "0 1 * * *"
"guix gc -F 15G")))))
"guix gc -F 200G")))))
(service guix-build-coordinator-agent-service-type
(guix-build-coordinator-agent-configuration
(coordinator "https://coordinator.guix-patches.cbaines.net")