I'm guessing that the default for memory.limit_in_bytes is supposed to just be effectively unlimited.
# lxc-create -n test -t minimal # lxc-start -n test -d # lxc-attach -n test -- cat /sys/fs/cgroup/memory/lxc/test/memory.limit_in_bytes 18446744073709551615 Is that so? I've been trying to find documentation on default values for cgroups, but I've not found anything yet. Neither https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt, nor https://www.kernel.org/doc/Documentation/cgroups/memory.txt seem to indicate what are the defaults. Thanks, -Nels
_______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
