From 7c690ae2a617c7951bcbeec7de154404c044b0db Mon Sep 17 00:00:00 2001 From: chaos Date: Fri, 31 May 2024 12:08:16 +0100 Subject: [PATCH] change gotosocial ram cache --- hosts/hetzner-arm/containers/social/profiles/gotosocial.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hetzner-arm/containers/social/profiles/gotosocial.nix b/hosts/hetzner-arm/containers/social/profiles/gotosocial.nix index 951f58c..8145c40 100644 --- a/hosts/hetzner-arm/containers/social/profiles/gotosocial.nix +++ b/hosts/hetzner-arm/containers/social/profiles/gotosocial.nix @@ -66,7 +66,7 @@ in { # instance-inject-mastodon-version = true; cache = { - memory-target = "512MiB"; + memory-target = "128MiB"; }; }; };