guix-commits
[Top][All Lists]
Advanced

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

01/01: hydra: bayfront: Reinstatate max-jobs and cores.


From: Ludovic Courtès
Subject: 01/01: hydra: bayfront: Reinstatate max-jobs and cores.
Date: Fri, 3 Feb 2017 16:16:05 +0000 (UTC)

civodul pushed a commit to branch master
in repository maintenance.

commit d4843f4e0abfcc24f352c146b99b3c4761d8bc00
Author: Ludovic Courtès <address@hidden>
Date:   Fri Feb 3 17:14:58 2017 +0100

    hydra: bayfront: Reinstatate max-jobs and cores.
    
    This reverts 21b8bd47add68bf4b253755751da6011986dc82c.
    
    * hydra/bayfront.scm (%guix-daemon-config)[extra-options]: Use 4 jobs of
    8 cores each.
---
 hydra/bayfront.scm |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 28b4969..dcf76a4 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -32,9 +32,7 @@
    (substitute-urls '())
    (authorized-keys '())
 
-   (extra-options '(;; "--max-jobs=4" "--cores=8"    ;we have 32 cores
-                    "--max-jobs=2" "--cores=4"    ;XXX: workaround to reduce
-                                                  ;load until RAM is replaced
+   (extra-options '("--max-jobs=4" "--cores=8"    ;we have 32 cores
                     "--cache-failures"
                     "--gc-keep-outputs" "--gc-keep-derivations"))))
 



reply via email to

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