Skip to content

Commit

Permalink
Merge pull request #236 from carbonin/remove_pglogical_extension
Browse files Browse the repository at this point in the history
Alter postgres conf for built in logical replication
  • Loading branch information
Fryguy authored May 15, 2019
2 parents d3eb3e3 + a716ba7 commit cbde171
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions COPY/etc/manageiq/postgresql.conf.d/01_miq_overrides.conf
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ tcp_keepalives_interval = 75
# RESOURCE USAGE (except WAL)
#------------------------------------------------------------------------------

shared_preload_libraries = 'pglogical,repmgr'
max_worker_processes = 10
shared_preload_libraries = 'repmgr'
max_worker_processes = 15

#------------------------------------------------------------------------------
# WRITE AHEAD LOG
Expand All @@ -45,6 +45,7 @@ checkpoint_completion_target = 0.9
#------------------------------------------------------------------------------

wal_sender_timeout = 0
max_logical_replication_workers = 10

#------------------------------------------------------------------------------
# QUERY TUNING
Expand Down

0 comments on commit cbde171

Please sign in to comment.