[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: Revert "hydra: bayfront: Reinstatate max-jobs and cores."
From: |
Ludovic Courtès |
Subject: |
01/01: Revert "hydra: bayfront: Reinstatate max-jobs and cores." |
Date: |
Tue, 4 Apr 2017 18:29:06 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit 82105082e9c978458e1a910601d2027cc0e8432f
Author: Ludovic Courtès <address@hidden>
Date: Tue Apr 4 23:40:28 2017 +0200
Revert "hydra: bayfront: Reinstatate max-jobs and cores."
This reverts commit d4843f4e0abfcc24f352c146b99b3c4761d8bc00.
Until we have new CPUs.
---
hydra/bayfront.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 17de79c..3ca369b 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -36,7 +36,9 @@
(substitute-urls '())
(authorized-keys '())
- (extra-options '("--max-jobs=4" "--cores=8" ;we have 32 cores
+ (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
"--cache-failures"
"--gc-keep-outputs" "--gc-keep-derivations"))))