From 2b57af1e5e41ce750bb413ae2cc8e703fe1dc19e Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Wed, 6 Sep 2023 21:27:58 +0100 Subject: [PATCH] Adjust dungflix cache size to 150GB --- modules/dungflix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dungflix/default.nix b/modules/dungflix/default.nix index eed362a..879af7f 100644 --- a/modules/dungflix/default.nix +++ b/modules/dungflix/default.nix @@ -55,7 +55,7 @@ in { --transfers 32 \ --vfs-cache-mode full \ --vfs-cache-max-age 336h \ - --vfs-cache-max-size 200G \ + --vfs-cache-max-size 150G \ --allow-other \ --no-modtime \ --rc \