Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
CIRCLE-14898 changed defaults for max_connections and shared_buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
smaant committed Nov 15, 2018
1 parent dc3abc9 commit da250f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgresql.conf
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ listen_addresses = '*'
# defaults to 'localhost'; use '*' for all
# (change requires restart)
#port = 5432 # (change requires restart)
max_connections = 100 # (change requires restart)
max_connections = 300 # (change requires restart)
#superuser_reserved_connections = 3 # (change requires restart)
#unix_socket_directories = '/var/run/postgresql' # comma-separated list of directories
# (change requires restart)
Expand Down Expand Up @@ -110,7 +110,7 @@ max_connections = 100 # (change requires restart)

# - Memory -

shared_buffers = 128MB # min 128kB
shared_buffers = 80MB # min 128kB
# (change requires restart)
#huge_pages = try # on, off, or try
# (change requires restart)
Expand Down

0 comments on commit da250f2

Please sign in to comment.