guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: bayfront: Drop the number of #:max-jobs to 6.


From: Christopher Baines
Subject: 01/02: hydra: bayfront: Drop the number of #:max-jobs to 6.
Date: Mon, 20 Jan 2020 15:20:32 -0500 (EST)

cbaines pushed a commit to branch master
in repository maintenance.

commit 3984d5a371bef167c0c49fa16f6e6e07727ac61e
Author: Christopher Baines <address@hidden>
AuthorDate: Mon Jan 20 20:17:32 2020 +0000

    hydra: bayfront: Drop the number of #:max-jobs to 6.
    
    To avoid too much load on the machine.
    
    * hydra/bayfront.scm: Drop the number of #:max-jobs to 6.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 8dfb0ad..6c5570c 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -212,7 +212,7 @@ Happy hacking!\n"))
                    (frontend-services %sysadmins
                                       #:nar-ttl (* 45 24 3600)
                                       #:motd %motd
-                                      #:max-jobs 10
+                                      #:max-jobs 4
                                       #:cores 6
                                       #:systems '("x86_64-linux" "armhf-linux")
                                       #:nginx-config-file



reply via email to

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