Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Edit the machine_setup file and adjust the --memory parameter for the VBoxManage import command for BOTH machines if you have more than 6 Gb of memory. The --memory parameter is expressed in Mb.

No Format
VBoxManage import "<Machine Name>.ova"  <other_options>  --memory 2380  

...