Make Synapse cache factor configurable

This commit is contained in:
Slavi Pantaleev
2018-09-27 10:03:31 +03:00
parent 161854e6d7
commit 242f388af3
5 changed files with 27 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# 2018-09-27
## Synapse Cache Factor made configurable
The playbook now makes the Synapse cache factor configurable, through the playbook's `matrix_synapse_cache_factor` variable (having a default value of `0.5`).
Changing that value allows you to potentially decrease RAM usage or to increase performance by caching more stuff.
Some information on it is available here: https://github.com/matrix-org/synapse#help-synapse-eats-all-my-ram
# 2018-09-26
## Disabling Docker container logging