Question: How can I change max_connections from 100 (default) to 500 on an already existing pg cluster?
I tried it to simply set it in the yaml file but nothing happend:
...
..patroni:
....dynamicConfiguration:
......postgresql:
........parameters:
..........max_connections: 500
...
Patroni docs state that max_connections is controlled by dcs
Question: How can I change max_connections from 100 (default) to 500 on an already existing pg cluster?
I tried it to simply set it in the yaml file but nothing happend: ... ..patroni: ....dynamicConfiguration: ......postgresql: ........parameters: ..........max_connections: 500 ...
Environment