apteryx pushed a commit to branch master
in repository maintenance.

commit 223fa5351cc5377d74965111cbece4603df4c15f
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Jan 18 11:34:22 2023 -0500

    berlin: Configure a full garbage collection run daily.
    
    * hydra/berlin.scm (services): Set the gc-threshold argument of the
    frontend-services procedure to #f.
---
 hydra/berlin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 35b9c71..c175780 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -534,7 +534,7 @@ at MOUNT-POINT."
                                      ;; Make sure we get enough build users.
                                      #:authorized-keys %build-node-keys
                                      #:build-accounts-to-max-jobs-ratio 5
-                                     #:gc-threshold (* 15 TiB)
+                                     #:gc-threshold #f
                                      #:systems '("x86_64-linux" "i686-linux"
                                                  "aarch64-linux"
                                                  "powerpc64le-linux")

Reply via email to