This commit is contained in:
dima
2024-11-18 23:52:42 +03:00
parent 293bf6d004
commit 3bf99fc8f0
8 changed files with 30 additions and 22 deletions

View File

@ -8,3 +8,11 @@ postgres_hba_entries:
backup_dir: "/var/backups/postgresql"
postgres_user: "postgres"
postgres_db: "mydb"
postgres_max_connections: 100
postgres_shared_buffers: '128MB'
postgres_effective_cache_size: '4GB'
postgres_maintenance_work_mem: '64MB'
postgres_checkpoint_completion_target: 0.7
postgres_wal_buffers: '16MB'
postgres_default_statistics_target: 100