guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: berlin: Increase GC threshold.


From: Mathieu Othacehe
Subject: branch master updated: hydra: berlin: Increase GC threshold.
Date: Mon, 04 Jan 2021 09:18:08 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 0291b50  hydra: berlin: Increase GC threshold.
0291b50 is described below

commit 0291b509f2a41df5ee5d93e4fe77dc261f90712d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Jan 4 15:17:16 2021 +0100

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

diff --git a/hydra/berlin.scm b/hydra/berlin.scm
index 4344eec..27fb9d0 100644
--- a/hydra/berlin.scm
+++ b/hydra/berlin.scm
@@ -365,7 +365,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 (* 3 TiB)
+                                #:gc-threshold (* 10 TiB)
                                 #:systems '("x86_64-linux" "i686-linux"
                                             "aarch64-linux")
                                 #:motd %motd



reply via email to

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