give lxc containers more memory to reduce oom killings

This commit is contained in:
Daniel Poelzleithner 2018-05-03 22:09:48 +02:00
parent 98f7855133
commit acc4995197
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ lxc.network.name={{ net }}
lxc.cap.drop = sys_module sys_time sys_nice sys_pacct sys_rawio sys_time mknod
lxc.cgroup.memory.limit_in_bytes = 512M
lxc.cgroup.memory.limit_in_bytes = 768M
lxc.cgroup.memory.kmem.tcp.limit_in_bytes = 128M