Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 458 Bytes

vm-settings.md

File metadata and controls

10 lines (7 loc) · 458 Bytes

VirtualBox VM settings

Open vagrant.yml file and edit respective values.

  • v.gui - Set to true for debugging. This will unhide VM's primary console screen. Default: false.
  • v.memory - Memory settings (MB). Default: 2048.
  • v.cpus: 1 - number of virtual CPU cores. Default: 1.

Please note, VirtualBox works much better with a single CPU in most cases, this it is not recommended to change the v.cpus value.