Skip to content

Instantly share code, notes, and snippets.

@zipkid
Created June 20, 2013 13:09
Show Gist options
  • Save zipkid/5822506 to your computer and use it in GitHub Desktop.
Save zipkid/5822506 to your computer and use it in GitHub Desktop.
Vagrant - How to set VM proprties on Virtualbox
config.vm.provider :virtualbox do |vb|
# vb.gui = true
vb.customize ["modifyvm", :id, "--memory", "1024"]
#vb.customize ["modifyvm", :id, "--name", "mobiptm"]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment