We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5b4be commit 9998c65Copy full SHA for 9998c65
1 file changed
charts/synapse/values.yaml
@@ -31,7 +31,6 @@ synapse:
31
cpu: 50m
32
memory: 128Mi
33
limits:
34
- cpu: 1000m
35
memory: 2Gi
36
autoscalingWorkers:
37
federation_sender:
@@ -104,8 +103,8 @@ synapse:
104
103
resources: {}
105
presence: true
106
postgres:
107
- cp_max: 100
108
- cp_min: 10
+ cp_max: 50
+ cp_min: 5
109
txn_limit: 10000
110
host: "NOT-CONFIGURED4"
111
dbname: "synapse"
0 commit comments