limit backup concurrency, increase mem limits

This commit is contained in:
Grant Hunter
2026-09-06 20:23:47 -06:00
parent f133f192ec
commit e4e205e2de
5 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ synapse:
memory: 128Mi
limits:
cpu: '1'
memory: 256Mi
memory: 512Mi
config:
macaroonSecretKey: {{ requiredEnv "GOATCHAT_SYNAPSE_MACAROON_SECRET_KEY" }}