postgresql: up connection limit to 2000
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8ecfcafefc
commit
c1d0206256
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue