On Sat, Mar 18, 2017 at 10:29 AM, Saint Michael <vene...@gmail.com> wrote:
> 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. > How can I make sure that the container has no constraints? My config now > is > > Did you check what /tmp inside the container show? lxc.aa_profile = unconfined > lxc.cap.drop= > 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. 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. -- Fajar
_______________________________________________ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-users