Currently the makes containers are started without swap enabled, causing performance issues and OOM errors because the memory in cache cannot be cleared.
Enabling swap allows the container to use the memory in swap instead of filling up the memory with cache.
An alternative could be to manually clear the memory in cache, but that could lead to other kind of bugs.
Currently the makes containers are started without swap enabled, causing performance issues and OOM errors because the memory in cache cannot be cleared.
Enabling swap allows the container to use the memory in swap instead of filling up the memory with cache.
An alternative could be to manually clear the memory in cache, but that could lead to other kind of bugs.