timescale / timescaledb-tune

A tool for tuning TimescaleDB for better performance by adjusting settings to match your system's CPU and memory resources.
https://www.timescale.com/
Apache License 2.0
444 stars 40 forks source link

Bump up minimum for max_connections to 25. #86

Closed alexeyklyukin closed 3 years ago

alexeyklyukin commented 3 years ago

25 is the minimum number of connections Patroni considers valid. (per https://github.com/zalando/patroni/blob/00cc62726d6df25d31f9b0baa082c83cd3f7bef9/patroni/postgresql/config.py#L280)

RobAtticus commented 3 years ago

Maybe add a comment to explain why its at least 25?