-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uWSGI HTTP Process Continuously Respawning #1649
Comments
Hi, I got this type of error again and again in the routinator instance :
|
Note we currently are also investigating a OOM issue, which is indeed an app-container RAM spike (for us daily, just after 03h time, which seems related to activity in the cron container): 8GB is a bit tight, but should work, Routinator can be a bit resource demanding, see: Which internet.nl version are you running, and what is the load? If your load is light, you could use a public Routinator instance by overloading the Internet.nl/documentation/rpki.md Lines 21 to 26 in 583c017
Internet.nl/docker/develop.env Lines 56 to 57 in 583c017
Internet.nl/docker/develop.env Lines 76 to 79 in 583c017
v1.9.0 also needs |
I tried on a 32go of RAM instance. It does the same, the uwsgi get killed around 7/8Go
I am using v1.9.0 |
How often are you seeing a Out Of Memory (OOM) Kill? |
Hi,
|
Finally I downgraded to Ubuntu 22.04, and it works perfectly, so there is a problem using Ubuntu 24.10. |
Hello,
Description
I am trying to deploy an instance of internet.nl, but the internetnl-prod-app container running uWSGI keeps getting killed due to an out-of-memory (OOM) condition.
I am running a fresh VPS:
Journalctl logs
Logs of internetnl-prod-app
I already tried running only one process of uWSGI.
Any idea how to investigate it or fix it?
The text was updated successfully, but these errors were encountered: