Sunday, September 6th, 2009
Here are commands to help adjust the memory / RAM for an OpenVZ VPS:
64MB Guaranteed, 128MB Burstable
cid=1000 vzctl set ${cid} --vmguarpages 64M --save vzctl set ${cid} --oomguarpages 64M --save vzctl set ${cid} --privvmpages 64M:128M --save
256MB Guaranteed, 512MB Burstable
cid=1000 vzctl set ${cid} --vmguarpages 256M --save vzctl set ${cid} --oomguarpages 256M --save vzctl set ${cid} --privvmpages 256M:512M --save
512MB Guaranteed, 1024MB Burstable
cid=1000 vzctl set ${cid} --vmguarpages 512M --save vzctl set ${cid} --oomguarpages 512M --save vzctl set ${cid} --privvmpages 512M:1024M --save
1024MB Guaranteed, 2048MB Burstable
cid=1000 vzctl set ${cid} --vmguarpages 1024M --save vzctl set ${cid} --oomguarpages 1024M --save vzctl set ${cid} --privvmpages 1024M:2048M --save
Thanks for this helpul blog.
Now I know how to exactly set its RAM
Chris
thank you very much for this.
can you pls post something like this for Cpu Units also. it will really appreciated ..
THanks
btw wht is the ${cid}???
i used to 512MB guranteed config. and in the cpanel i am gettin this
Critical Warning (VZ): You are only only allowed to use 272 Megabytes of ram! 512 Megabytes is recommended. !!
!! Warning (VZ): You are only only guaranteed 370 Megabytes of ram when the system is out of ram! 512 Megabytes is recommended. !!
whts the problem???