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 has been archived by the owner on Jun 20, 2024. It is now read-only.
Every time a container restarts or is stopped/killed some memory associated with it remains in linux SLAB.
In our host some containers are frequently restarted and after a few days Unreclaimable memory gets filled to the point that system becomes unresponsive and starts swapping/crashes.
The problem is only with containers in weave network as other restarts don't affect this usage.
How to reproduce it?
The Unreclaimable slab memory usage can be seen with:
Could you post the contents of /proc/slabinfo over a few hours as the problem gets worse?
Please also post the full logs of the Weave container, at least the first thousand lines. There can be some hints there that something is going wrong even if you don't see it.
What you expected to happen?
That memory will be released on stop/restart
What happened?
Every time a container restarts or is stopped/killed some memory associated with it remains in linux SLAB.
In our host some containers are frequently restarted and after a few days Unreclaimable memory gets filled to the point that system becomes unresponsive and starts swapping/crashes.
The problem is only with containers in weave network as other restarts don't affect this usage.
How to reproduce it?
The Unreclaimable slab memory usage can be seen with:
After almost every restart of container that is in weave network this usage increases.
Versions:
Logs:
Nothing special in there.
https://gist.github.com/ProjectIcarusX/93de29940192327c019c287e6b1d7664
The text was updated successfully, but these errors were encountered: