<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Mar 18, 2017 at 10:29 AM, Saint Michael <span dir="ltr"><<a href="mailto:venefax@gmail.com" target="_blank">venefax@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:small">My application could no use more space per thread on the temporary file system. These are privileged containers and I need that they have access to the full resources of the parent, which are essentially unlimited.<br></div><div style="font-size:small">How can I make sure that the container has no constraints? My  config now is<br><br></div></div></blockquote><div><br></div><div>Did you check what /tmp inside the container show?</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div style="font-size:small">lxc.aa_profile = unconfined<br>lxc.cap.drop=<br></div></div></blockquote><div><br></div><div>My guess is that your container mounts its own tmpfs on /tmp, which would be limited to half RAM by default. Configure your container (inside the container, not from lxc config) NOT to do that, and /tmp should have the same available space as your container rootfs.</div><div><br></div><div>Another possibility is ulimit issue (i.e. the problem might not be with space, but with number of open files). Since you use privileged container, you can adjust it inside the container before you start the proces.</div><div><br></div><div>-- </div><div>Fajar</div></div></div></div>