up connection count limit
This commit is contained in:
parent
6ffb528597
commit
7dd21eefae
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ data:
|
||||||
postgresql.conf: |
|
postgresql.conf: |
|
||||||
# connections settings
|
# connections settings
|
||||||
listen_addresses = '*'
|
listen_addresses = '*'
|
||||||
max_connections = 20
|
max_connections = 100
|
||||||
|
|
||||||
# memory settings
|
# memory settings
|
||||||
shared_buffers = 2GB
|
shared_buffers = 2GB
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue