ASM #552 - Increased postgres max_connections to 400

Change-Id: I6e4a3c02ff2645480ca20274f1fa445e25196a03

Former-commit-id: d899f42637 [formerly c05e8e319e] [formerly 75f8e82eeb [formerly 88147ed5e5cd84e40acf61ad46d1baa554fd4e28]]
Former-commit-id: 75f8e82eeb
Former-commit-id: 43bf2d622f
This commit is contained in:
Sean.Webb 2014-05-30 14:27:59 -04:00
parent b6623af1f7
commit a6a5887fe8

View file

@ -61,7 +61,7 @@ listen_addresses = '*' # what IP address(es) to listen on;
# defaults to 'localhost'; use '*' for all
# (change requires restart)
port = 5432 # (change requires restart)
max_connections = 300 # (change requires restart)
max_connections = 400 # (change requires restart)
# Note: Increasing max_connections costs ~400 bytes of shared memory per
# connection slot, plus lock space (see max_locks_per_transaction).
#superuser_reserved_connections = 3 # (change requires restart)