<div dir="ltr"><div class="gmail_default" 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 class="gmail_default" style="font-size:small">How can I make sure that the container has no constraints? My  config now is<br><br>lxc.mount.entry = proc proc proc nodev,noexec,nosuid 0 0<br>lxc.mount.entry = sysfs sys sysfs defaults  0 0<br>lxc.mount.entry = /common common none bind 0 0<br>lxc.mount.auto = cgroup:mixed<br></div><div class="gmail_default" style="font-size:small"> lxc.tty = 10<br>lxc.pts = 1024<br>lxc.cgroup.devices.deny = a<br>lxc.cgroup.devices.allow = c 1:3 rwm<br>lxc.cgroup.devices.allow = c 1:5 rwm<br>lxc.cgroup.devices.allow = c 5:1 rwm<br>lxc.cgroup.devices.allow = c 5:0 rwm<br>lxc.cgroup.devices.allow = c 4:0 rwm<br>lxc.cgroup.devices.allow = c 4:1 rwm<br>lxc.cgroup.devices.allow = c 1:9 rwm<br>lxc.cgroup.devices.allow = c 1:8 rwm<br>lxc.cgroup.devices.allow = c 136:* rwm<br>lxc.cgroup.devices.allow = c 5:2 rwm<br>lxc.cgroup.devices.allow = c 254:0 rwm<br>lxc.cgroup.devices.allow = c 10:137 rwm # loop-control<br>lxc.cgroup.devices.allow = b 7:* rwm    # loop*<br>lxc.autodev = 0<br>lxc.aa_profile = unconfined<br>lxc.cap.drop=<br>lxc.kmsg=0<br><br></div><div class="gmail_default" style="font-size:small">Thanks in advance<br><br></div><div class="gmail_default" style="font-size:small">Federico<br></div></div>