diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-07-19 08:43:53 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-07-19 08:43:53 +0200 |
commit | 22a1506f6648e753223b6b7c35b3303fe7acec21 (patch) | |
tree | 0eb70e0d52455f3382ec712188b677888d604d02 | |
parent | Synapse funkery (diff) | |
download | Rory-Open-Architecture-22a1506f6648e753223b6b7c35b3303fe7acec21.tar.xz |
Synapse funkery
-rwxr-xr-x | host/Rory-synapse/software.nix | 4 |
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"; }; }; |