guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Tweak the build coordinator agen


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Tweak the build coordinator agent config.
Date: Wed, 15 Feb 2023 10:12:33 -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 8cd5e34  hydra: bayfront: Tweak the build coordinator agent config.
8cd5e34 is described below

commit 8cd5e34734460210424831cd9bd3fb746b3ac2a2
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed Feb 15 15:11:46 2023 +0000

    hydra: bayfront: Tweak the build coordinator agent config.
    
    * hydra/bayfront.scm (guix-build-coordinator-agent-service-type):
    Increase the max parallel builds, but drop the max load to try and
    avoid the machine being overloaded.
---
 hydra/bayfront.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 005dbbe..9198bfd 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1240,8 +1240,8 @@ add_header Content-Type text/plain;")))
                 (uuid "0c973ac8-4e62-4889-87b4-31c9536641db")
                 (password-file
                  "/etc/guix-build-coordinator-agent-password")))
-              (max-parallel-builds 3)
-              (max-1min-load-average 24)
+              (max-parallel-builds 6)
+              (max-1min-load-average 18)
               (systems '("x86_64-linux" "i686-linux"))
               (derivation-substitute-urls
                (list "https://data.guix.gnu.org";



reply via email to

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