hydra: bayfront: Collect more garbage.

The bayfront store doesn't need to be very big, so collect more
garbage. Currently it's now just over 100GiB, so it would be good to
not see it grow much more than this.

* hydra/bayfront.scm (services): Collect more garbage.
This commit is contained in:
Christopher Baines 2023-09-13 12:22:24 +01:00
parent 55287db2de
commit a4c5263457
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 4 deletions

View File

@ -1151,14 +1151,12 @@ proxy_set_header Via $via;"
(let ((threshold (* 1600 GiB)))
(list #~(job '(next-hour-from (next-day (range 1 31 7)) '(2))
(string-append
#$guix "/bin/guix gc -F"
#$(number->string threshold)))
#$guix "/bin/guix gc"))
#~(job '(next-hour '(1))
(string-append
#$guix "/bin/guix gc -F"
#$(number->string
(quotient threshold 2)))))))))
#$(number->string threshold))))))))
firewall-service