Initial commit of PVC Ansible role
This commit is contained in:
21
roles/pvc/templates/patroni/postgresql.pvc.conf.j2
Normal file
21
roles/pvc/templates/patroni/postgresql.pvc.conf.j2
Normal file
@ -0,0 +1,21 @@
|
||||
# Additional PostgreSQL tuning parameters for PVC Patroni instance
|
||||
# {{ ansible_managed }}
|
||||
|
||||
max_connections = 100
|
||||
shared_buffers = 64MB
|
||||
effective_cache_size = 256MB
|
||||
dynamic_shared_memory_type = posix
|
||||
|
||||
random_page_cost = 1
|
||||
seq_page_cost = 1
|
||||
|
||||
log_timezone = 'localtime'
|
||||
datestyle = 'iso, dmy'
|
||||
timezone = 'localtime'
|
||||
|
||||
lc_messages = 'en_CA.UTF-8'
|
||||
lc_monetary = 'en_CA.UTF-8'
|
||||
lc_numeric = 'en_CA.UTF-8'
|
||||
lc_time = 'en_CA.UTF-8'
|
||||
|
||||
default_text_search_config = 'pg_catalog.english'
|
Reference in New Issue
Block a user