Open tonyzhu opened 5 days ago
WEBLATE_WORKERS=16 is definitely too much for this system.
This issue has been marked as a question by a Weblate team member. Why? Because it belongs more to the professional Weblate Care or community Discussions than here. We strive to answer these reasonably fast here, too, but purchasing the support subscription is more responsible and faster for your business. And it makes Weblate stronger as well. Thanks!
In case your question is already answered, making a donation is the right way to say thank you!
I am deploying Weblate using the Docker image weblate/weblate:5.8.4.0 on Kubernetes. The deployment is configured with the following resource limits:
CPU: 2 cores Memory: 7 GB I observed that the memory usage of the Weblate pod quickly rises above 90% and eventually crashes with an OOM (Out of Memory) error within a day. Here are the relevant environment variables configured:
Observed Behavior:
The pod crashes with an OOM error after running for less than a day. Memory usage consistently stays above 90%.
Question:
Is there a potential memory leak in the program? Are there any recommended configuration changes to optimize memory usage for this setup? Additional Information: The container image was pulled from Docker Hub: weblate/weblate:5.8.4.0 Kubernetes resource limits:
I already tried
Steps to reproduce the behavior
High Memory Usage Leading to OOM Error in Kubernetes Deployment of Weblate
Expected behavior
No response
Screenshots
No response
Exception traceback
No response
Additional context
No response