Skip to content

Commit 204afde

Browse files
committed
Merge pull request #2924 from ngpestelos/increase-max-connections
fix(database): increases max_connections to 250
2 parents b9e650d + 31052eb commit 204afde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

database/templates/postgresql.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ external_pid_file = '/var/run/postgresql/9.3-main.pid' # write an extra PID fi
6161
# defaults to 'localhost'; use '*' for all
6262
# (change requires restart)
6363
port = 5432 # (change requires restart)
64-
max_connections = 100 # (change requires restart)
64+
max_connections = 250 # (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)