summary refs log tree commit diff
diff options
context:
space:
mode:
-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";
         };
       };