guix-commits
[Top][All Lists]
Advanced

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

branch master updated: hydra: bayfront: Add the earlyoom service.


From: Christopher Baines
Subject: branch master updated: hydra: bayfront: Add the earlyoom service.
Date: Thu, 05 Jan 2023 07:12:22 -0500

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 3b14a61  hydra: bayfront: Add the earlyoom service.
3b14a61 is described below

commit 3b14a6118f08436c63199d6eeed734ed25046873
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jan 5 12:10:32 2023 +0000

    hydra: bayfront: Add the earlyoom service.
    
    The Guix Build Coordinator on bayfront occasionally seems to use
    excessive amounts of memory. Until this can be understood and fixed,
    this service might help reduce the time the machine is unresponsive
    when this happens.
    
    * hydra/bayfront.scm <services>: Add the earlyoom service.
---
 hydra/bayfront.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 3a0d2cc..923f19b 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -12,7 +12,7 @@
              (guix modules)
              (sysadmin people) (sysadmin services)
              (sysadmin dns) (sysadmin web) (sysadmin nginx))
-(use-service-modules admin avahi base certbot databases dns
+(use-service-modules admin avahi base certbot databases dns linux
                      monitoring networking shepherd ssh vpn web mcron guix)
 (use-package-modules admin certs ci databases linux ssh tls vim
                      package-management rsync web wget)
@@ -1032,6 +1032,8 @@ add_header Content-Type text/plain;")))
 
     (service backup-service-type)
 
+    (service earlyoom-service-type)
+
     ;; DNS
     (service knot-service-type
              (knot-configuration



reply via email to

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