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 acf2f922 hydra: bayfront: Reduce the bordeaux nar cache size.
acf2f922 is described below

commit acf2f922f980591d1645aa59b73880acde4fa6b0
Author: Christopher Baines <m...@cbaines.net>
AuthorDate: Tue Jul 9 14:09:20 2024 +0200

    hydra: bayfront: Reduce the bordeaux nar cache size.
    
    To free up some space on the machine, as the disk is around 80% full.
    
    * hydra/bayfront.scm (%bayfront-nginx-service-extra-config): Reduce
    the bordeaux nar cache size.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index 5ecf1dd8..2c9fedf5 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -364,7 +364,7 @@ proxy_cache_path /var/cache/nginx/bordeaux/nar
                  levels=2
                  inactive=28d          # inactive keys removed after 28d
                  keys_zone=bordeaux-nar:64m
-                 max_size=1024g;       # total cache data size max
+                 max_size=512g;       # total cache data size max
 "))
 
 (define %common-tls-options

Reply via email to