Skip to content
Snippets Groups Projects
Commit 946abc7c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Update postgresql.conf line for default superuser_reserved_connections.

parent 1a849526
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment