increase limits for postgres a lot

This commit is contained in:
Kevin Fenzi 2016-10-20 21:00:17 +00:00
parent 3261a16e26
commit ba9a5dc146

View file

@ -504,11 +504,11 @@ default_text_search_config = 'pg_catalog.english'
shared_preload_libraries = 'bdr'
wal_level = 'logical'
track_commit_timestamp = on
max_connections = 100
max_wal_senders = 10
max_replication_slots = 10
max_connections = 700
max_wal_senders = 100
max_replication_slots = 100
# Make sure there are enough background worker slots for BDR to run
max_worker_processes = 10
max_worker_processes = 100
# These aren't required, but are useful for diagnosing problems
#log_error_verbosity = verbose