Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created May 5, 2010 14:57
Show Gist options
  • Select an option

  • Save mrchrisadams/390891 to your computer and use it in GitHub Desktop.

Select an option

Save mrchrisadams/390891 to your computer and use it in GitHub Desktop.
# based on http://mitchellh.github.com/virtualbox/VirtualBox/VM.html
config.vm.customize do |vm|
vm.memory_size = 2048
vm.cpus = 2 # this didn't work
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment