comparison host/startup/postgres/postgresql.conf.slave @ 1631:35c626c06dd5

add startup scripts for mac os
author fffilimonov
date Mon, 13 Dec 2021 09:14:52 +0000
parents
children
comparison
equal deleted inserted replaced
1630:b735ed134662 1631:35c626c06dd5
1 log_timezone = 'US/Central'
2 datestyle = 'iso, mdy'
3 timezone = 'US/Central'
4 lc_messages = 'en_US.UTF-8'
5 lc_monetary = 'en_US.UTF-8'
6 lc_numeric = 'en_US.UTF-8'
7 lc_time = 'en_US.UTF-8'
8 default_text_search_config = 'pg_catalog.english'
9 shared_buffers = 4096MB
10 temp_buffers = 256MB
11 work_mem = 256MB
12 maintenance_work_mem = 256MB
13 max_stack_depth = 7680kB
14 effective_cache_size = 8192MB
15 wal_level = hot_standby
16 max_wal_senders = 2
17 wal_keep_segments = 128
18 max_locks_per_transaction = 5000
19 hot_standby = on