Fulltext results:
- How To Create a Moveable VM with VirtualBox
- " </code> Next, there are defaults for the VMs parameters in case the user enters no value. <code bash> RAM="512" DISK_SIZE="8196" DISK_TYPE="vdi" </code> The script asks for the parameters and uses the defaults if no value is entered... created. The VM is configured according to the parameters above. <code bash> mkdir -p "${VM_DIR}" $
- 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