[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: hydra: bayfront: Work at full speed.
From: |
Ludovic Courtès |
Subject: |
01/01: hydra: bayfront: Work at full speed. |
Date: |
Mon, 15 May 2017 03:53:01 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit 39a5c3cfcbf9fd6420f0f91c62b4a5515e8e51f5
Author: Ludovic Courtès <address@hidden>
Date: Mon May 15 09:50:24 2017 +0200
hydra: bayfront: Work at full speed.
* hydra/bayfront.scm (%guix-daemon-config): Use 5 jobs of 8 cores.
<guix-publish-configuration>: Set 'workers' to 8. Add
'compression-level'.
---
hydra/bayfront.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 5550700..8f2c744 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -36,9 +36,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=5" "--cores=8" ;we have 32 cores
"--cache-failures"
"--gc-keep-outputs" "--gc-keep-derivations"))))
@@ -191,7 +189,8 @@ Happy hacking!\n"))
(port 3000)
(cache "/var/cache/guix/publish")
(ttl (* 45 24 3600))
- (workers 3))) ;XXX: to reduce load
+ (compression-level 9)
+ (workers 8)))
(nginx-service #:config-file
(file-append %nginx-config