This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Spell out clearly in the README that increasing your cache factor may well reduce your overall RAM footprint #3939
Closed
Description
We have many instances of people who, on seeing Synapse use too much RAM, reduce their cache factor.
This often makes things even worse, as if they are blowing out the cache then requests slow down and stack up and end up using more RAM overall. So the solution is actually to increase the factor (typically to 1.0 or 1.5). This is particularly obvious on underpowered servers like Scaleway ARM VPSs.
See also #3876