acdh-oeaw / dhcr-main

Digital Humanities Course Registry Application
https://dhcr.clarin-dariah.eu/
Apache License 2.0
3 stars 0 forks source link

Large number of container restarts #98

Open patrickakk opened 9 months ago

patrickakk commented 9 months ago

Relevant quotes (not written by me):

After checking DHCR prod container I found that container had 39 restarts in last 4 days. Restarts are caused with the error 137 which means that container was out of memory (OOM).

Since all three namespaces were jailed to 128Mb of RAM, I extended it now to 1Gb per namespace.

Please redeploy the prod container that it can use more RAM that it now available. If this continues to happen the app probably has memory leak.