This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository maintenance.

The following commit(s) were added to refs/heads/master by this push:
     new 7ee8ca7  hydra: milano-guix-1: Use --cores=16 for the guix-daemon.
7ee8ca7 is described below

commit 7ee8ca76ca3c49f7895c9d2ac2454796f2db2da0
Author: Christopher Baines <[email protected]>
AuthorDate: Sat Feb 26 14:51:22 2022 +0000

    hydra: milano-guix-1: Use --cores=16 for the guix-daemon.
    
    This should reduce the chance that the memory on the machine is
    totally used up.
    
    * hydra/milano-guix-1.scm <services>: Specify --cores=16 when running
    the guix-daemon.
---
 hydra/milano-guix-1.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hydra/milano-guix-1.scm b/hydra/milano-guix-1.scm
index 0f5fc08..616aefe 100644
--- a/hydra/milano-guix-1.scm
+++ b/hydra/milano-guix-1.scm
@@ -161,6 +161,8 @@
                          (max-silent-time (* 24 3600))
                          (timeout (* 72 3600))
 
+                         (extra-options '("--cores=16"))
+
                          (authorized-keys
                           (cons*
                            (local-file 
"keys/guix/bayfront.guix.info-export.pub")

Reply via email to