Difference between revisions of "OpenVZ privvmpages limit"

From vpsget wiki
Jump to: navigation, search
(Created page with "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 beancount...")
 
Line 1: Line 1:
 
If customer got error during installing applications or in similar cases like:
 
If customer got error during installing applications or in similar cases like:
  '''"unable to fork"'''   
+
'''"unable to fork"'''   
probably it's due to privvmpages limits.
+
probably it's due to privvmpages limits.
  
 
You can view the beancounters using next command:
 
You can view the beancounters using next command:

Revision as of 19:50, 15 September 2013

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  

""