On Sat, Sep 01, 2018 at 11:20:21AM -0700, Niklas Merz wrote: > Can I provide you something to test this? I am using a Debian 9 in a LXC > container on Proxmox with a very simple systemd script.
Are you setting up an explicit or implicit memory limit on your containers? If you are constraining your container so it has a tiny amount of memory, that would certainly explain why the kernel is OOM killing it. Quoting from: https://stgraber.org/2016/03/26/lxd-2-0-resource-control-412/ All limits can also be inherited through profiles in which case each affected container will be constrained by that limit. That is, if you set limits.memory=256MB in the default profile, every container using the default profile (typically all of them) will have a memory limit of 256MB. - Ted -- You received this message because you are subscribed to the Google Groups "Perkeep" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
