guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: berlin: Configure a full garbage collection run daily.


From: Maxim Cournoyer
Subject: 02/02: berlin: Configure a full garbage collection run daily.
Date: Wed, 18 Jan 2023 16:31:24 -0500 (EST)

apteryx pushed a commit to branch master
in repository maintenance.

commit 223fa5351cc5377d74965111cbece4603df4c15f
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
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

[Prev in Thread] Current Thread [Next in Thread]