[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: hydra: bayfront: Reduce the size of the bordeaux
From: |
Christopher Baines |
Subject: |
branch master updated: hydra: bayfront: Reduce the size of the bordeaux nar NGinx cache. |
Date: |
Wed, 03 May 2023 04:30:26 -0400 |
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 adc34eb hydra: bayfront: Reduce the size of the bordeaux nar NGinx
cache.
adc34eb is described below
commit adc34eb5670c24b5e8c1723d5bb0afd71c3be5cb
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Wed May 3 10:29:00 2023 +0200
hydra: bayfront: Reduce the size of the bordeaux nar NGinx cache.
Since the slow GC is blocking submitting builds to the build
coordinator, and this'll also free up space for when nars begin
backing up on bayfront due to bishan being out of space.
* hydra/bayfront.scm (%bayfront-nginx-service-extra-config): Reduce
the 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 234a8d4..39e1740 100644
--- a/hydra/bayfront.scm
+++ b/hydra/bayfront.scm
@@ -257,7 +257,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=2048g; # total cache data size max
+ max_size=256g; # total cache data size max
"))
(define %common-tls-options
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: hydra: bayfront: Reduce the size of the bordeaux nar NGinx cache.,
Christopher Baines <=