guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: Increase guix gc -F size to 200G.


From: Christopher Baines
Subject: branch master updated: hydra: Increase guix gc -F size to 200G.
Date: Tue, 22 Dec 2020 18:58:56 -0500

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

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new c6469cd  hydra: Increase guix gc -F size to 200G.
c6469cd is described below

commit c6469cd138b42e7a37ce37e1a68ad95be91d0a65
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Dec 22 23:54:57 2020 +0000

    hydra: Increase guix gc -F size to 200G.
    
    15G was insufficient for running Guix Build Coordinator agents.
    
    * hydra/fosshost1.scm: Increase -F to 200G.
    * hydra/fosshost2.scm: Likewise.
---
 hydra/fosshost1.scm | 2 +-
 hydra/fosshost2.scm | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/fosshost1.scm b/hydra/fosshost1.scm
index e33008d..f85b41b 100644
--- a/hydra/fosshost1.scm
+++ b/hydra/fosshost1.scm
@@ -58,7 +58,7 @@
           (service mcron-service-type
                    (mcron-configuration
                     (jobs (list #~(job "0 1 * * *"
-                                       "guix gc -F 15G")))))
+                                       "guix gc -F 200G")))))
           (service guix-build-coordinator-agent-service-type
                    (guix-build-coordinator-agent-configuration
                     (coordinator 
"https://coordinator.guix-patches.cbaines.net";)
diff --git a/hydra/fosshost2.scm b/hydra/fosshost2.scm
index a1de4a2..3c12ec7 100644
--- a/hydra/fosshost2.scm
+++ b/hydra/fosshost2.scm
@@ -58,7 +58,7 @@
           (service mcron-service-type
                    (mcron-configuration
                     (jobs (list #~(job "0 1 * * *"
-                                       "guix gc -F 15G")))))
+                                       "guix gc -F 200G")))))
           (service guix-build-coordinator-agent-service-type
                    (guix-build-coordinator-agent-configuration
                     (coordinator 
"https://coordinator.guix-patches.cbaines.net";)



reply via email to

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