OpenVZ :: Enable Second Level Quota for Container
:: What’s OpenVZ
OpenVZ is OS-level virtualization technology based in Linux kernel and operating system.
:: How to enable second level disk quota for container in OpenVZ
vzctl stop CID vzctl set CID --quotaugidlimit 100 --save vzctl start CID
100 is the max file owners.