increase limits for postgres a lot
This commit is contained in:
parent
3261a16e26
commit
ba9a5dc146
1 changed files with 4 additions and 4 deletions
|
@ -504,11 +504,11 @@ default_text_search_config = 'pg_catalog.english'
|
||||||
shared_preload_libraries = 'bdr'
|
shared_preload_libraries = 'bdr'
|
||||||
wal_level = 'logical'
|
wal_level = 'logical'
|
||||||
track_commit_timestamp = on
|
track_commit_timestamp = on
|
||||||
max_connections = 100
|
max_connections = 700
|
||||||
max_wal_senders = 10
|
max_wal_senders = 100
|
||||||
max_replication_slots = 10
|
max_replication_slots = 100
|
||||||
# Make sure there are enough background worker slots for BDR to run
|
# 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
|
# These aren't required, but are useful for diagnosing problems
|
||||||
#log_error_verbosity = verbose
|
#log_error_verbosity = verbose
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue