Created
June 20, 2013 13:09
-
-
Save zipkid/5822506 to your computer and use it in GitHub Desktop.
Vagrant - How to set VM proprties on Virtualbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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