guix-commits
[Top][All Lists]
Advanced

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

01/02: hydra: berlin: Increase max-cores on build nodes.


From: Marius Bakke
Subject: 01/02: hydra: berlin: Increase max-cores on build nodes.
Date: Sun, 18 Oct 2020 16:56:12 -0400 (EDT)

mbakke pushed a commit to branch master
in repository maintenance.

commit 7f2a7d0110846e37db38f136e8f4b58f4cd0c4fc
Author: Marius Bakke <marius@devup.no>
AuthorDate: Sun Oct 18 22:48:28 2020 +0200

    hydra: berlin: Increase max-cores on build nodes.
    
    *
    hydra/modules/sysadmin/build-machines.scm (berlin-new-build-machine-os):
    Reduce MAX-JOBS from 5 to 4, and increase MAX-CORES from 4 to 16.
---
 hydra/modules/sysadmin/build-machines.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/build-machines.scm 
b/hydra/modules/sysadmin/build-machines.scm
index f948aea..f1a6548 100644
--- a/hydra/modules/sysadmin/build-machines.scm
+++ b/hydra/modules/sysadmin/build-machines.scm
@@ -87,8 +87,8 @@ nodes."
                                       (authorized-guix-keys '())
                                       (emulated-architectures '())
                                       childhurd?
-                                      (max-jobs 5)
-                                      (max-cores 4)
+                                      (max-jobs 4)
+                                      (max-cores 16)
                                       (build-accounts-to-max-jobs-ratio 4))
   "Return the <operating-system> declaration for a build machine for
 berlin.guixsd.org with integer ID, with the given



reply via email to

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