<div dir="ltr">Thanks for the reply, I'm trying to allow root access to my containers so adjusting limits inside the rootfs isn't a good idea for me.</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><br>--<br>Alan Hoffmeister<br><a href="https://twitter.com/alan_hoff" target="_blank">https://twitter.com/alan_hoff</a><br><a href="https://github.com/alanhoff" target="_blank">https://github.com/alanhoff</a><br><a href="https://keybase.io/alanhoff" target="_blank">https://keybase.io/alanhoff</a></div></div>
<br><div class="gmail_quote">2016-03-18 3:08 GMT-03:00 Guido Jäkel <span dir="ltr"><<a href="mailto:G.Jaekel@dnb.de" target="_blank">G.Jaekel@dnb.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Alan,<br>
<br>
adjust the limits per Container in  /etc/security/limits.conf  , e.g. add something like<br>
<br>
<br>
        *               hard    nofile          8192<br>
        *               soft    nofile          8000<br>
        *               hard    nproc           1024<br>
        *               soft    nproc           1000<br>
<br>
and maybe adjust the values at the host, too.<br>
<br>
<br>
Greetings<br>
<br>
Guido<br>
<div><div class="h5"><br>
<br>
On 17.03.2016 00:40, Alan Hoffmeister wrote:<br>
> Hello folks,<br>
><br>
> I'm having some troubles where one container can drain the amount of file<br>
> descriptors available in the host system. Does somebody knows how to limit<br>
> file descriptors per container?<br>
><br>
> I'm running lxd v2.0.0.rc3 and lxc v2.0.0.rc10<br>
><br>
> Cheers<br>
><br>
> --<br>
> Alan Hoffmeister<br>
> <a href="https://twitter.com/alan_hoff" rel="noreferrer" target="_blank">https://twitter.com/alan_hoff</a><br>
> <a href="https://github.com/alanhoff" rel="noreferrer" target="_blank">https://github.com/alanhoff</a><br>
> <a href="https://keybase.io/alanhoff" rel="noreferrer" target="_blank">https://keybase.io/alanhoff</a><br>
<br>
<br>
<br>
<br>
</div></div>_______________________________________________<br>
lxc-users mailing list<br>
<a href="mailto:lxc-users@lists.linuxcontainers.org">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><br></div>