Skip to content

Commit 946abc7

Browse files
committed
Update postgresql.conf line for default superuser_reserved_connections.
1 parent 1a84952 commit 946abc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# Note: increasing max_connections costs ~400 bytes of shared memory per
6060
# connection slot, plus lock space (see max_locks_per_transaction). You
6161
# might also need to raise shared_buffers to support more connections.
62-
#superuser_reserved_connections = 2 # (change requires restart)
62+
#superuser_reserved_connections = 3 # (change requires restart)
6363
#unix_socket_directory = '' # (change requires restart)
6464
#unix_socket_group = '' # (change requires restart)
6565
#unix_socket_permissions = 0777 # octal

0 commit comments

Comments
 (0)