From 22a1506f6648e753223b6b7c35b3303fe7acec21 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Wed, 19 Jul 2023 08:43:53 +0200 Subject: Synapse funkery --- host/Rory-synapse/software.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/Rory-synapse/software.nix b/host/Rory-synapse/software.nix index 9ecac8b..9ca7803 100755 --- a/host/Rory-synapse/software.nix +++ b/host/Rory-synapse/software.nix @@ -105,8 +105,8 @@ global_factor = 1.0; sync_response_cache_duration = "30m"; cache_autotuning = { - max_cache_memory_usage = "2G"; - target_cache_memory_usage = "1G"; + max_cache_memory_usage = "2048M"; + target_cache_memory_usage = "1024M"; min_cache_ttl = "30m"; }; }; -- cgit 1.4.1