mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
This seems to be the cause for our memory leak. https://www.postgresql.org/message-id/flat/16707-f5df308978a55bf8%40postgresql.org
21 lines
565 B
YAML
21 lines
565 B
YAML
---
|
|
postgres_listen_addresses: 'localhost'
|
|
postgres_max_connections: '100'
|
|
|
|
postgres_ssl: 'off'
|
|
postgres_ssl_prefer_server_ciphers: 'on'
|
|
postgres_ssl_cert_file: '/var/lib/postgres/data/fullchain.pem'
|
|
postgres_ssl_key_file: '/var/lib/postgres/data/privkey.pem'
|
|
postgres_ssl_ca_file: '/var/lib/postgres/data/chain.pem'
|
|
|
|
postgres_shared_buffers: '128MB'
|
|
postgres_work_mem: '4MB'
|
|
postgres_maintenance_work_mem: '64MB'
|
|
postgres_effective_cache_size: '4GB'
|
|
postgres_jit: 'on'
|
|
|
|
postgres_ssl_hosts4: []
|
|
postgres_ssl_hosts6: []
|
|
|
|
postgres_backup_dir: '/root/backup-postgres'
|