Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Getting started with OpenVZ live CD

485 bytes added, 21:45, 27 May 2007
Starting VE: Added shmpages fix for livecd ==db
101 5 running -
</pre>
 
o Note: In the LiveCD environment, you may have to increase SHMPAGES for the VE or you will run out of "disk space" when trying to install software. You can do this "on the fly" by issuing:
 
' vzctl set 101 --shmpages $((8192*8)):$((8192*8)) --save '
 
o This will give VE 101 64MB of shmpages; you may wish to give it more if you're planning on doing more than just basic openvz testing.
 
o You can verify the change in-VE by issuing:
 
' vzctl exec 101 cat /proc/user_beancounters '
== Executing commands in VE ==
24
edits