v1.0
This commit is contained in:
13
roles/postgres/tasks/templates/postgresql.conf.j2
Normal file
13
roles/postgres/tasks/templates/postgresql.conf.j2
Normal file
@@ -0,0 +1,13 @@
|
||||
listen_addresses = '*'
|
||||
|
||||
shared_buffers = 2GB
|
||||
effective_cache_size = 6GB
|
||||
work_mem = 64MB
|
||||
maintenance_work_mem = 1GB
|
||||
|
||||
wal_compression = on
|
||||
checkpoint_timeout = 15min
|
||||
max_wal_size = 64GB
|
||||
|
||||
archive_mode = on
|
||||
archive_command = 'pgbackrest --stanza=main archive-push %p'
|
||||
Reference in New Issue
Block a user