guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: bayfront: Reduce guix-daemon --cores.


From: Christopher Baines
Subject: 02/02: hydra: bayfront: Reduce guix-daemon --cores.
Date: Sun, 18 Sep 2022 08:16:49 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit 1abb59e93a937fa432348437f5cd99f90b293bd1
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sun Sep 18 14:15:45 2022 +0200

    hydra: bayfront: Reduce guix-daemon --cores.
    
    * hydra/bayfront.scm (%guix-daemon-config)[extra-options]: Reduce
    "--cores" to 8, as some builds use too much RAM when run with 16
    cores..
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index ab8d601..bc5e1f0 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -1191,7 +1191,7 @@ add_header Content-Type text/plain;")))
 
                    (build-accounts 64)
                    (extra-options
-                    (list "--max-jobs" "1" "--cores" "16"))))
+                    (list "--max-jobs" "1" "--cores" "8"))))
        (login-service-type
         config => (login-configuration
                    (inherit config)



reply via email to

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