1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 18:31:59 +02:00

matrix: Raise postgres_effective_cache_size

Seems we run at about 5GB of cache. Let postgres assume it gets 4GB.
This commit is contained in:
Jan Alexander Steffens (heftig) 2020-12-12 13:35:56 +01:00
parent db36207463
commit 458217f45d
No known key found for this signature in database
GPG Key ID: 3B94A80E50A477C7

@ -17,7 +17,7 @@
postgres_shared_buffers: 1GB
postgres_work_mem: 64MB
postgres_maintenance_work_mem: 256MB
postgres_effective_cache_size: 2GB
postgres_effective_cache_size: 4GB
postgres_jit: 'off'
- role: postfix
postfix_relayhost: "mail.archlinux.org"