Mercurial Hosting > luan
comparison host/startup/postgres/postgresql.conf @ 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 listen_addresses = '*' | |
2 log_timezone = 'US/Central' | |
3 datestyle = 'iso, mdy' | |
4 timezone = 'US/Central' | |
5 lc_messages = 'en_US.UTF-8' | |
6 lc_monetary = 'en_US.UTF-8' | |
7 lc_numeric = 'en_US.UTF-8' | |
8 lc_time = 'en_US.UTF-8' | |
9 default_text_search_config = 'pg_catalog.english' | |
10 shared_buffers = 4096MB | |
11 temp_buffers = 256MB | |
12 work_mem = 256MB | |
13 maintenance_work_mem = 256MB | |
14 max_stack_depth = 7680kB | |
15 effective_cache_size = 8192MB | |
16 wal_level = hot_standby | |
17 max_wal_senders = 2 | |
18 wal_keep_segments = 128 | |
19 max_locks_per_transaction = 5000 |