Skip to content

Commit 67cf128

Browse files
More than 2000 doesn't work on our hardware
1 parent 2ee141f commit 67cf128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/postgresql.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ listen_addresses = '*' # what IP address(es) to listen on;
6161
# defaults to 'localhost', '*' = all
6262
# (change requires restart)
6363
port = 5432 # (change requires restart)
64-
max_connections = 5000 # (change requires restart)
64+
max_connections = 2000 # (change requires restart)
6565
# Note: Increasing max_connections costs ~400 bytes of shared memory per
6666
# connection slot, plus lock space (see max_locks_per_transaction).
6767
#superuser_reserved_connections = 3 # (change requires restart)

0 commit comments

Comments
 (0)