Skip to content

Instantly share code, notes, and snippets.

@wwhurley
Created September 19, 2014 18: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 wwhurley/6194718f37318224ae5c to your computer and use it in GitHub Desktop.
Save wwhurley/6194718f37318224ae5c to your computer and use it in GitHub Desktop.
Vagrantfile.local
Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |vb|
# Use VBoxManage to customize the VM. For example to change memory:
vb.customize ["modifyvm", :id, "--memory", "1024"]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment