Skip to content

Instantly share code, notes, and snippets.

@westonruter
Created August 17, 2014 06:58
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 westonruter/639d71ce4d38c0ed9b8c to your computer and use it in GitHub Desktop.
Save westonruter/639d71ce4d38c0ed9b8c to your computer and use it in GitHub Desktop.
Customfile for Varying Vagrant Vagrants
config.vm.provider :virtualbox do |v|
v.customize ["modifyvm", :id, "--memory", 1024]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment