Fulltext results:
- How To Create a Moveable VM with VirtualBox
- rs in case the user enters no value. <code bash> RAM="512" DISK_SIZE="8196" DISK_TYPE="vdi" </code> T... -type dvddrive --medium emptydrive test ! -z "${RAM}" && ${VBOX} -q modifyvm "${VM_NAME}" --memory "${RAM}" </code> Finally, the scripts are created. Ther
- Memory Usage of a Solaris Container (Zone)
- e) ====== Last week one of my servers ran out of RAM and Swap. Shame on me for not monitoring that, bu... my first question was: Which zone is eating up my RAM? So, here are the commands I used. ===== Part 1:... e Zone ===== To see which processes use the most RAM in the zone, use one of these commands: <code ba