<div dir="ltr"><div><div>OK, thank you for your answer. So I can confirm CPU and memory limits working. IO and network have to be tested on my part yet. What doesn't work for me is disk "quota" I am using btrfs and I have set 20GB for the container root, but was still able to allocate more the 90GB writing with dd to a file inside the container. What am I doing wrong?<br><br></div>Thank you in advance<br></div>Pavol<br></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Sep 11, 2017 at 10:24 PM Serge E. Hallyn <<a href="mailto:serge@hallyn.com">serge@hallyn.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Quoting Pavol Cupka (<a href="mailto:pavol.cupka@gmail.com" target="_blank">pavol.cupka@gmail.com</a>):<br>
> Hello list!<br>
><br>
> I am running LXD on gentoo, but without systemd (with openrc). I have<br>
> trouble setting limits.cpu, limits.memory and disk size (using btrfs). I<br>
> haven't tried the network and io limits yet. The values for limits.cpu can<br>
> be found in /sys/fs/cgroup/cpuset/lxc/c1/cpuset.cpus for example, but<br>
> /proc/cpuinfo inside the container still shows all the processors.<br>
<br>
/proc/cpuinfo isn't virtualized to show only the cpus you have<br>
available.  For that you have to use lxcfs, which is a fuse filesystem<br>
that overmounts /proc and filters the results.<br>
<br>
<a href="http://github.com/lxc/lxcfs" rel="noreferrer" target="_blank">github.com/lxc/lxcfs</a><br>
<br>
> LXC 2.0.8<br>
> LXD 2.16<br>
> CGMANAGER 0.41<br>
><br>
> Thank you for any pointers.<br>
> Pavol<br>
<br>
> _______________________________________________<br>
> lxc-users mailing list<br>
> <a href="mailto:lxc-users@lists.linuxcontainers.org" target="_blank">lxc-users@lists.linuxcontainers.org</a><br>
> <a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a><br>
<br>
_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org" target="_blank">lxc-users@lists.linuxcontainers.org</a><br>
<a href="http://lists.linuxcontainers.org/listinfo/lxc-users" rel="noreferrer" target="_blank">http://lists.linuxcontainers.org/listinfo/lxc-users</a></blockquote></div>