guix-commits
[Top][All Lists]
Advanced

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

03/03: nginx: mirror: Slightly reduce the max cache size for nars.


From: Ludovic Courtès
Subject: 03/03: nginx: mirror: Slightly reduce the max cache size for nars.
Date: Mon, 28 Aug 2017 09:17:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 7db2489880c41a54f4161dc636793efc2a5c9f8f
Author: Ludovic Courtès <address@hidden>
Date:   Mon Aug 28 15:15:52 2017 +0200

    nginx: mirror: Slightly reduce the max cache size for nars.
    
    This works around ENOSPC on hydra.gnunet.org.
    
    * hydra/nginx/mirror.conf (/var/cache/nginx/nar): Limit to 95G.
---
 hydra/nginx/mirror.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hydra/nginx/mirror.conf b/hydra/nginx/mirror.conf
index 222e2c1..f0e30be 100644
--- a/hydra/nginx/mirror.conf
+++ b/hydra/nginx/mirror.conf
@@ -54,7 +54,7 @@ http {
                     levels=2
                     inactive=90d          # inactive keys removed after 90d
                     keys_zone=nar:8m      # nar cache meta data: ~64K keys
-                    max_size=100g;        # total cache data size max
+                    max_size=95g;         # total cache data size max
 
     # cache for content-addressed files
     proxy_cache_path /var/cache/nginx/cas



reply via email to

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