Skip to content

Instantly share code, notes, and snippets.

@wwhurley
Created June 17, 2016 20:02
Show Gist options
  • Select an option

  • Save wwhurley/0403baac7c903efd0ea69b2033785dc2 to your computer and use it in GitHub Desktop.

Select an option

Save wwhurley/0403baac7c903efd0ea69b2033785dc2 to your computer and use it in GitHub Desktop.
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, "--cpuexecutioncap", "90", "--memory", "4096", "--cpus", "4"]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment