mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
postgresql: up connection limit to 2000
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -66,7 +66,7 @@ listen_addresses = '*'
|
||||
{% if ansible_hostname.startswith("db-koji") %}
|
||||
max_connections = 3000 # (change requires restart)
|
||||
{% else %}
|
||||
max_connections = 750 # (change requires restart)
|
||||
max_connections = 2000 # (change requires restart)
|
||||
{% endif %}
|
||||
#superuser_reserved_connections = 3 # (change requires restart)
|
||||
#unix_socket_directories = '/var/run/postgresql, /tmp' # comma-separated list of directories
|
||||
|
||||
Reference in New Issue
Block a user