diff --git a/postgres0.yml b/postgres0.yml index 6137cbf4..4e081de3 100644 --- a/postgres0.yml +++ b/postgres0.yml @@ -57,10 +57,15 @@ bootstrap: parameters: # wal_level: hot_standby # hot_standby: "on" +# max_connections: 100 +# max_worker_processes: 8 # wal_keep_segments: 8 # max_wal_senders: 10 # max_replication_slots: 10 +# max_prepared_transactions: 0 +# max_locks_per_transaction: 64 # wal_log_hints: "on" +# track_commit_timestamp: "off" # archive_mode: "on" # archive_timeout: 1800s # archive_command: mkdir -p ../wal_archive && test ! -f ../wal_archive/%f && cp %p ../wal_archive/%f diff --git a/postgres1.yml b/postgres1.yml index 49a0ed71..15a6897a 100644 --- a/postgres1.yml +++ b/postgres1.yml @@ -51,10 +51,15 @@ bootstrap: parameters: # wal_level: hot_standby # hot_standby: "on" +# max_connections: 100 +# max_worker_processes: 8 # wal_keep_segments: 8 # max_wal_senders: 10 # max_replication_slots: 10 +# max_prepared_transactions: 0 +# max_locks_per_transaction: 64 # wal_log_hints: "on" +# track_commit_timestamp: "off" # archive_mode: "on" # archive_timeout: 1800s # archive_command: mkdir -p ../wal_archive && test ! -f ../wal_archive/%f && cp %p ../wal_archive/%f diff --git a/postgres2.yml b/postgres2.yml index b5bb863f..829209ff 100644 --- a/postgres2.yml +++ b/postgres2.yml @@ -51,10 +51,15 @@ bootstrap: parameters: # wal_level: hot_standby # hot_standby: "on" +# max_connections: 100 +# max_worker_processes: 8 # wal_keep_segments: 8 # max_wal_senders: 10 # max_replication_slots: 10 +# max_prepared_transactions: 0 +# max_locks_per_transaction: 64 # wal_log_hints: "on" +# track_commit_timestamp: "off" # archive_mode: "on" # archive_timeout: 1800s # archive_command: mkdir -p ../wal_archive && test ! -f ../wal_archive/%f && cp %p ../wal_archive/%f