Skip to content

Instantly share code, notes, and snippets.

@mrchrisadams
Created May 5, 2010 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrchrisadams/390891 to your computer and use it in GitHub Desktop.
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