Skip to content

Commit

Permalink
Increase memory available to vagrant box, otherwise the build crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
pchiusano committed Aug 17, 2015
1 parent 4eee34f commit 59b756b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59b756b

Please sign in to comment.