18 lines
442 B
Plaintext
18 lines
442 B
Plaintext
listen_addresses = '*'
|
|
max_connections = 150
|
|
dynamic_shared_memory_type = posix
|
|
max_wal_size = 1GB
|
|
min_wal_size = 80MB
|
|
log_timezone = 'Etc/UTC'
|
|
datestyle = 'iso, mdy'
|
|
timezone = 'Etc/UTC'
|
|
lc_messages = 'en_US.utf8'
|
|
lc_monetary = 'en_US.utf8'
|
|
lc_numeric = 'en_US.utf8'
|
|
lc_time = 'en_US.utf8'
|
|
default_text_search_config = 'pg_catalog.english'
|
|
shared_buffers = 2GB
|
|
effective_cache_size = 10GB
|
|
effective_io_concurrency = 100
|
|
random_page_cost = 2
|