commit 06c8dc4dbce71fe44f1cfe2e4108fd2b5399d652 parent 134361f6afee96dca3306b810c4d376efd7aefc6 Author: MTRNord <mtrnord1@gmail.com> Date: Tue, 23 Jan 2024 11:07:40 +0100 Tweak cache Diffstat:
| M | apps/base/matrix/draupnir-synapse/release.yaml | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/apps/base/matrix/draupnir-synapse/release.yaml b/apps/base/matrix/draupnir-synapse/release.yaml @@ -84,14 +84,15 @@ spec: jaeger_config: local_agent: reporting_host: tempo.monitoring.svc.cluster.local - event_cache_size: 10K + event_cache_size: 30K caches: global_factor: 10 expire_caches: true - cache_entry_ttl: 240m + cache_entry_ttl: 1080m + sync_response_cache_duration: 2m cache_autotuning: - max_cache_memory_usage: 2048M - target_cache_memory_usage: 1024M + max_cache_memory_usage: 4069M + target_cache_memory_usage: 2048M min_cache_ttl: 5m generic_frontend: replicaCount: 2