Modify VM settings (vboxmanage)
vboxmanage modifyvm $VM_NAME --memory 1024 --vram 128 --accelerate2dvideo on --accelerate3d off --audio alsa --cpuexecutioncap 85 --ostype WindowsXP
Modifies the settings of a VirtualBox VM, including memory, video, audio, CPU, and OS type.