guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: services: Double the number of build accou


From: Ludovic Courtès
Subject: branch master updated: hydra: services: Double the number of build accounts.
Date: Mon, 27 Jan 2020 05:20:46 -0500

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

civodul pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 14034eb  hydra: services: Double the number of build accounts.
14034eb is described below

commit 14034ebaffab155b25f25637f769abe1c428121c
Author: Ludovic Courtès <address@hidden>
AuthorDate: Mon Jan 20 17:57:31 2020 +0100

    hydra: services: Double the number of build accounts.
    
    * hydra/modules/sysadmin/services.scm (guix-daemon-config): Set
    'build-accounts' to 4 times MAX-JOBS.  Bayfront without offloading was
    hitting its max number of build users.
---
 hydra/modules/sysadmin/services.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hydra/modules/sysadmin/services.scm 
b/hydra/modules/sysadmin/services.scm
index 943df8a..872182c 100644
--- a/hydra/modules/sysadmin/services.scm
+++ b/hydra/modules/sysadmin/services.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix system administration tools.
 ;;;
-;;; Copyright © 2016, 2017, 2018, 2019 Ludovic Courtès <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2017, 2018 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This program is free software: you can redistribute it and/or modify
@@ -102,7 +102,7 @@
 
    (log-compression 'gzip)               ;be friendly to 'guix publish' users
 
-   (build-accounts (* 2 max-jobs))
+   (build-accounts (* 4 max-jobs))
    (extra-options (list "--max-jobs" (number->string max-jobs)
                         "--cores" (number->string cores)
                         "--cache-failures"



reply via email to

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