From a28d90a1ed81308213762284cd85bdfddf3a840f Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Tue, 17 Jun 2014 12:31:17 -0500 Subject: [PATCH] Add more memoryz. --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index bc42d085c4..eecb9d743a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -20,7 +20,7 @@ Vagrant.configure('2') do |config| :mount_options => [ 'gid=5853', 'dmode=2775' ] precise.vm.provider :virtualbox do |vb| - vb.customize ["modifyvm", :id, "--memory", "512"] + vb.customize ["modifyvm", :id, "--memory", '1024'] end end