ASM #552 - Increased postgres max_connections to 400
Change-Id: I6e4a3c02ff2645480ca20274f1fa445e25196a03 Former-commit-id:4aa35df7c7
[formerly5288764393
] [formerlyc24c2f1e3e
] [formerly4aa35df7c7
[formerly5288764393
] [formerlyc24c2f1e3e
] [formerly0b29e66772
[formerlyc24c2f1e3e
[formerly add5d004eca457782f957a95262e880b91dfeeb1]]]] Former-commit-id:0b29e66772
Former-commit-id:010d6b9516
[formerlycd179cddff
] [formerly fb4ad3bfb75666fa94af0badd60456d9cfcc4290 [formerlya875ae3f24
]] Former-commit-id: bc0c747f1f72f5b7593a653e0a4748bab19eab8d [formerlyc9d3906b32
] Former-commit-id:342896c0d7
This commit is contained in:
parent
3295154a2b
commit
1b7f4a8121
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue