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 was archived by the owner on May 12, 2021. It is now read-only.
While running a container with a memory constraint, I found that the amount of memory that we are able to use is really small. In the following example I am assigning a container a memory of 256m and using only 100m and the result is that the container is running out of memory
$ docker run --runtime kata-runtime --rm -m 256m debian perl -e 'my $name = " "x1024x1024x100;'
Out of memory!
If I look inside the container, it says that I have the following amount of memory
This is the configuration that I am using
kata-runtime : 1.1.0
commit : ff7b4f6
OCI specs: 1.0.1
kata-agent version 1.1.0-17b44df35a174c09966cf9d2ccc8472a597feda1
kata-proxy version 1.1.0-7e2a93d1931d814debfcff2846b1514af1b9601d
kata-shim version 1.1.0-6ddca0334d0e8dee6e1e00f0c120fde4b8c1c176
Docker version 18.03.1-ce, build 9ee9f40