guix-commits
[Top][All Lists]
Advanced

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

02/02: hydra: bayfront: Increase bordeaux nar cache max size.


From: Christopher Baines
Subject: 02/02: hydra: bayfront: Increase bordeaux nar cache max size.
Date: Fri, 15 Sep 2023 10:37:08 -0400 (EDT)

cbaines pushed a commit to branch master
in repository maintenance.

commit a5d4413ed7ce186832f86fcaf37eb3ecd627d959
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri Sep 15 15:36:04 2023 +0100

    hydra: bayfront: Increase bordeaux nar cache max size.
    
    As bayfront has more space now.
    
    * hydra/bayfront.scm (%bayfront-nginx-service-extra-config): Increase
    bordeaux nar cache max_size.
---
 hydra/bayfront.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/bayfront.scm b/hydra/bayfront.scm
index dc79cef..a8b1bf3 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -261,7 +261,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=128g;       # total cache data size max
+                 max_size=1024g;       # total cache data size max
 "))
 
 (define %common-tls-options



reply via email to

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