From 59b756b2987e43ff4ae12f49355c75150547ee75 Mon Sep 17 00:00:00 2001 From: Paul Chiusano Date: Mon, 17 Aug 2015 13:20:46 -0400 Subject: [PATCH] Increase memory available to vagrant box, otherwise the build crashes --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 28f0c7efe..582810ddb 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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