Skip to content

Commit 9998c65

Browse files
committed
less size of connection pool by default, no cpu limit for synapse by default
1 parent 7d5b4be commit 9998c65

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

charts/synapse/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ synapse:
3131
cpu: 50m
3232
memory: 128Mi
3333
limits:
34-
cpu: 1000m
3534
memory: 2Gi
3635
autoscalingWorkers:
3736
federation_sender:
@@ -104,8 +103,8 @@ synapse:
104103
resources: {}
105104
presence: true
106105
postgres:
107-
cp_max: 100
108-
cp_min: 10
106+
cp_max: 50
107+
cp_min: 5
109108
txn_limit: 10000
110109
host: "NOT-CONFIGURED4"
111110
dbname: "synapse"

0 commit comments

Comments
 (0)