mirror of
https://github.com/postgres/postgres.git
synced 2026-04-27 09:07:42 -04:00
Update postgresql.conf line for default superuser_reserved_connections.
This commit is contained in:
parent
1a84952670
commit
946abc7c68
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
# Note: increasing max_connections costs ~400 bytes of shared memory per
|
||||
# connection slot, plus lock space (see max_locks_per_transaction). You
|
||||
# might also need to raise shared_buffers to support more connections.
|
||||
#superuser_reserved_connections = 2 # (change requires restart)
|
||||
#superuser_reserved_connections = 3 # (change requires restart)
|
||||
#unix_socket_directory = '' # (change requires restart)
|
||||
#unix_socket_group = '' # (change requires restart)
|
||||
#unix_socket_permissions = 0777 # octal
|
||||
|
|
|
|||
Loading…
Reference in a new issue