guix-commits
[Top][All Lists]
Advanced

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

02/02: Increase GC threshold.


From: Mathieu Othacehe
Subject: 02/02: Increase GC threshold.
Date: Fri, 3 Dec 2021 04:46:15 -0500 (EST)

mothacehe pushed a commit to branch master
in repository maintenance.

commit dd41159f75a81b1c8f6e03a4c56acf9b1411d82e
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Dec 3 10:42:41 2021 +0100

    Increase GC threshold.
    
    * hydra/berlin.scm: Increase the GC threshold to 15TiB.
---
 hydra/berlin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 9ef2623..0ba93b4 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -416,7 +416,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 (* 10 TiB)
+                                #:gc-threshold (* 15 TiB)
                                 #:systems '("x86_64-linux" "i686-linux"
                                             "aarch64-linux"
                                             "powerpc64le-linux")



reply via email to

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