We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee141f commit 67cf128Copy full SHA for 67cf128
config/postgresql.conf
@@ -61,7 +61,7 @@ listen_addresses = '*' # what IP address(es) to listen on;
61
# defaults to 'localhost', '*' = all
62
# (change requires restart)
63
port = 5432 # (change requires restart)
64
-max_connections = 5000 # (change requires restart)
+max_connections = 2000 # (change requires restart)
65
# Note: Increasing max_connections costs ~400 bytes of shared memory per
66
# connection slot, plus lock space (see max_locks_per_transaction).
67
#superuser_reserved_connections = 3 # (change requires restart)
0 commit comments