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
The curl command only consumes a few MB of memory, but when frankenPHP already uses nearly all available memory, this is often enough to trigger the OOM killer.
We should either remove the healthcheck or provide instructions on how to disable the healthcheck in memory-constrained scenarios.
The text was updated successfully, but these errors were encountered:
This is related to #366
When containers are running at 99-100% of allocated memory, OOM killer comes along and kills frankenphp when the Dockerfile healthcheck runs:
The
curl
command only consumes a few MB of memory, but when frankenPHP already uses nearly all available memory, this is often enough to trigger the OOM killer.We should either remove the healthcheck or provide instructions on how to disable the healthcheck in memory-constrained scenarios.
The text was updated successfully, but these errors were encountered: