mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
The recent changes to postgresql_server increased the required memory past what one of my VMs had. I've added a conditional in postgresql.conf to put some memory settings back where they used to be (controlled by small_postgres_instance, default is false) and created a default to not use the small_postgres_instance settings unless specified
3 lines
35 B
YAML
3 lines
35 B
YAML
---
|
|
small_postgres_instance: false
|