Skip to content
Snippets Groups Projects
Verified Commit 652185f3 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

matrix: Retune memory use a bit

Give more memory to the apps and less to postgres.
parent 407163f3
No related branches found
No related tags found
No related merge requests found
Pipeline #7938 passed
......@@ -13,7 +13,7 @@
- { role: certbot }
- { role: nginx }
- role: postgres
postgres_shared_buffers: 1GB
postgres_shared_buffers: 256MB
postgres_work_mem: 64MB
postgres_maintenance_work_mem: 256MB
postgres_effective_cache_size: 4GB
......
......@@ -773,7 +773,7 @@ caches:
#
# Defaults to 0.5, which will half the size of all caches.
#
#global_factor: 1.0
global_factor: 0.7
# A dictionary of cache name to cache factor for that individual
# cache. Overrides the global cache factor for a given cache.
......@@ -840,7 +840,7 @@ database:
user: synapse
password: {{ vault_postgres_users.synapse }}
cp_min: 1
cp_max: 5
cp_max: 8
## Logging ##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment