---
# Goal of this ansiible configuration is to create a development machine.
# Therefore the stretch-test distritubion is used.

use_local_repo: True

# PostgreSQL Tuning
max_connections: 100
shared_buffers: 1GB
work_mem: 32MB
maintenance_work_mem: 1GB
vacuum_cost_limit: 400
max_wal_size: 1GB
min_wal_size: 64MB
effective_cache_size: 4GB
