]> git.ipfire.org Git - thirdparty/systemd.git/commit
cgroup: Check ancestor memory min for unified memory config
authorChris Down <chris@chrisdown.name>
Mon, 30 Sep 2019 17:24:26 +0000 (18:24 +0100)
committerChris Down <chris@chrisdown.name>
Mon, 30 Sep 2019 17:24:26 +0000 (18:24 +0100)
commit7c9d2b79935d413389a603918a711df75acd3f48
tree88ba34b5f407f59383315a4097564b3cabc9fb3f
parentff7d6a740b0c6fa3be63d3908a0858730a0837c5
cgroup: Check ancestor memory min for unified memory config

Otherwise we might not enable it when we should, ie. DefaultMemoryMin is
set in a parent, but not MemoryMin in the current unit.
src/core/cgroup.c