OpenVZ privvmpages limit

From vpsget wiki
Revision as of 19:53, 15 September 2013 by Ndi (talk | contribs)
Jump to: navigation, search

If customer got error during installing applications or in similar cases like: "unable to fork" probably it's due to privvmpages limits.

You can view the beancounters using next command:

 cat /proc/user_beancounters

if privvmpages result equal to :

privvmpages 102486 131072 131072 131072 6701251

you can try to increase it x2 with next command

vzctl set <vmID> --privvmpages <calue>:<value> --save  

For example:

vzctl set 324 --privvmpages 262144:262144 --save  


Note that privvmpages and some other values can be changed using SolusVM admin CP

""