You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
run Matrix with workers under kubernetes and use it for a long enough period
Especially with workers handling sync, room and userdir, as these workers tend to grow bigger over time, their HPA tend to create unnecessary new worker pods as their RAM increases.
Version information
Homeserver: synapse 1.46 (and earlier versions)
Install method: Kubernetes Deployment
For now, to prevent this we either over allocate memory resources or periodically delete workers biggest pod instances.
A mechanism freeing up unused memory on workers should help Kubernetes properly do its job scaling workers pods up/down.