Created
August 18, 2014 12:42
-
-
Save hmic/b80d3425042434df2170 to your computer and use it in GitHub Desktop.
Change memory and cpus for your vagrant vm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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