Increase memory available to vagrant box, otherwise the build crashes

This commit is contained in:
Paul Chiusano 2015-08-17 13:20:46 -04:00
parent 4eee34f69c
commit 59b756b298

2
Vagrantfile vendored
View File

@ -48,7 +48,7 @@ Vagrant.configure(2) do |config|
# vb.gui = true
# Customize the amount of memory on the VM:
vb.memory = "2048"
vb.memory = "3000"
end
#
# View the documentation for the provider you are using for more