guix-commits
[Top][All Lists]
Advanced

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

01/03: hydra: bayfront: Tweak guix-daemon configuration.


From: Christopher Baines
Subject: 01/03: hydra: bayfront: Tweak guix-daemon configuration.
Date: Tue, 21 Dec 2021 05:50:19 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit fc8b8cb0ecd5c6ef29a5a4d0dec20ed1b4e30ccc
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Tue Dec 21 10:37:35 2021 +0000

    hydra: bayfront: Tweak guix-daemon configuration.
    
    Drop --max-jobs to 1, but increase --cores to 16. Since the
    guix-build-coordinator-agent is only running 1 build at a time, this
    might make things a little faster.
    
    * hydra/bayfront.scm (services)[guix-configuration]: Change --max-jobs
    to 1 and --cores to 16.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 3520d11..45b7352 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -959,7 +959,7 @@ access_log  /var/log/nginx/bordeaux.access.log;"))
 
                   (build-accounts 64)
                   (extra-options
-                   (list "--max-jobs" "2" "--cores" "6"))))
+                   (list "--max-jobs" "1" "--cores" "16"))))
       (login-service-type
        config => (login-configuration
                   (inherit config)



reply via email to

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