Skip to content

Instantly share code, notes, and snippets.

@hmic
Created August 18, 2014 12:42
Show Gist options
  • Save hmic/b80d3425042434df2170 to your computer and use it in GitHub Desktop.
Save hmic/b80d3425042434df2170 to your computer and use it in GitHub Desktop.
Change memory and cpus for your vagrant vm
config.vm.provider "virtualbox" do |v|
v.memory = 2048
v.cpus = 2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment