<div dir="ltr">On Thu, Nov 8, 2018 at 11:33 AM Lennart Poettering <<a href="mailto:lennart@poettering.net">lennart@poettering.net</a>> wrote:<br>><br>> On Do, 08.11.18 11:24, Piotr Dobrogost (<a href="mailto:2018@p.dobrogost.net">2018@p.dobrogost.net</a>) wrote:<br>><br>> > Additional question; is there a way to find out which type of hierarchy<br>> > does systemd use?<br>><br>> Try this:<br>><br>> stat -fc %T /sys/fs/cgroup/<br>><br>> if that reports "cgroups2fs" then you are in full cgroupsv2 mode. If<br>> it returns "tmpfs" then you are in either full cgroupsv1 mode, or in<br>> hybrid mode. Then, check if /sys/fs/cgroup/unified exists. If it does,<br>> then you are in hybrid mode. if not you are in pure cgroupsv1 mode.<br><br>Sounds like it could be handy to expose this somehow (as a command or variable).<br><br>I enabled unified hierarchy by passing "systemd.unified_cgroup_hierarchy" kernel parameter and stat reports "cgroups2fs" yet the limit still doesn't work – `cat /proc/$(pidof krusader)/status | grep VmRSS` reports "VmRSS: 225452 kB"<br><br>Piotr</div>