summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-07-19 08:43:53 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-07-19 08:43:53 +0200
commit22a1506f6648e753223b6b7c35b3303fe7acec21 (patch)
tree0eb70e0d52455f3382ec712188b677888d604d02
parentSynapse funkery (diff)
downloadRory-Open-Architecture-22a1506f6648e753223b6b7c35b3303fe7acec21.tar.xz
Synapse funkery
-rwxr-xr-xhost/Rory-synapse/software.nix4
1 files 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";
         };
       };