Open inluxc opened 8 years ago
vagrant@vagrant-ubuntu-trusty-64:~$ sudo cat /var/lib/lxc/fedx/config lxc.include = /usr/share/lxc/config/fedora.common.conf lxc.arch = x86_64 lxc.rootfs = /var/lib/lxc/fedx/rootfs lxc.utsname = fedx lxc.network.type = veth lxc.network.flags = up lxc.network.link = lxcbr0 lxc.network.hwaddr = 00:16:3e:05:79:5d lxc.cgroup.memory.limit_in_bytes = 128M lxc.start.auto = 0 lxc.loglevel = 0
I test it on my vagrant machine running lwp then changing memory from 128M to 256M seems working good. Probably something on your setup did you install using apt-get? My install is from source. How about the lxc versions used?
vagrant@vagrant-ubuntu-trusty-64:~$ sudo cat /var/lib/lxc/fedx/config lxc.include = /usr/share/lxc/config/fedora.common.conf lxc.arch = x86_64 lxc.rootfs = /var/lib/lxc/fedx/rootfs lxc.utsname = fedx lxc.network.type = veth lxc.network.flags = up lxc.network.link = lxcbr0 lxc.network.hwaddr = 00:16:3e:05:79:5d lxc.cgroup.memory.limit_in_bytes = 256M lxc.start.auto = 0 lxc.loglevel = 0
I notice, that is only the swap memory giving the error.
LXC: 1.0.8
Yep i did install with apt-get.
After i set memory limit in LXC-Web_Panel, i get this error.