Each virtual machine is configured by default with 2Gb of memory. If you have a host machine with more than 6Gb of memory, you can increase the virtual machine's performance by increasing the --memory parameter for each machine in the machine_setup script prior to executing it. The recommended value for each VM is 1/3 of the physical memory or 4Gb, whatever is smaller.
VBoxManage import "<Machine Name>.ova" <other_options> --memory 2380
Add Comment