[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: hydra: bayfront: Reduce max-jobs and cores.
From: |
Ludovic Courtès |
Subject: |
01/02: hydra: bayfront: Reduce max-jobs and cores. |
Date: |
Sat, 21 Jan 2017 14:32:24 +0000 (UTC) |
civodul pushed a commit to branch master
in repository maintenance.
commit 21b8bd47add68bf4b253755751da6011986dc82c
Author: Ludovic Courtès <address@hidden>
Date: Sat Jan 21 15:07:54 2017 +0100
hydra: bayfront: Reduce max-jobs and cores.
* hydra/bayfront.scm (%guix-daemon-config)[extra-options]: Change
"--max-jobs" and "--cores".
---
hydra/bayfront.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 89b57f3..15248cb 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -32,7 +32,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"))))