Skip to content

Instantly share code, notes, and snippets.

@seven1m
Created July 5, 2014 16:43
Show Gist options
  • Save seven1m/9a9d61b894d19938b441 to your computer and use it in GitHub Desktop.
Save seven1m/9a9d61b894d19938b441 to your computer and use it in GitHub Desktop.
Tweaks to my Vagrantfile for OneBody, to make things run faster
config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--memory", "2048"]
end
config.vm.network "private_network", type: "dhcp"
config.vm.synced_folder ".", "/vagrant", type: "nfs"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment