feat: add postgres support
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Custom PostgreSQL configuration managed by Ansible
|
||||
# Override settings from main postgresql.conf
|
||||
|
||||
# Performance tuning
|
||||
shared_buffers = {{ postgres_shared_buffers }}
|
||||
effective_cache_size = {{ postgres_effective_cache_size }}
|
||||
maintenance_work_mem = {{ postgres_maintenance_work_mem }}
|
||||
work_mem = {{ postgres_work_mem }}
|
||||
max_connections = {{ postgres_max_connections }}
|
||||
Reference in New Issue
Block a user