diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-09-02 23:08:36 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-09-02 23:08:36 +0000 |
commit | 946abc7c6875b64514f8528b590e97c35a99dee9 (patch) | |
tree | a6c73aaaca47c5456877506ff057a8627884d721 | |
parent | 1a84952670996340b61be88e2a21fe569ba72a26 (diff) | |
download | postgresql-946abc7c6875b64514f8528b590e97c35a99dee9.tar.gz postgresql-946abc7c6875b64514f8528b590e97c35a99dee9.zip |
Update postgresql.conf line for default superuser_reserved_connections.
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index fcb81d71188..8726f01cd6d 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -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 |