From 28a3494786dc8026820e7e0c4bbff882add82e31 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Tue, 11 Aug 2015 19:17:34 +0200 Subject: [PATCH] Update memory to 1024 --- lamp-trusty64/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamp-trusty64/Vagrantfile b/lamp-trusty64/Vagrantfile index ac4d147..509c430 100644 --- a/lamp-trusty64/Vagrantfile +++ b/lamp-trusty64/Vagrantfile @@ -122,7 +122,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # chef.validation_client_name = "ORGNAME-validator" config.vm.provider "virtualbox" do |vb| - vb.customize ["modifyvm", :id, "--memory", "768"] + vb.customize ["modifyvm", :id, "--memory", "1024"] vb.customize ["modifyvm", :id, "--natdnshostresolver1", "on"] vb.customize ["modifyvm", :id, "--natdnsproxy1", "on"] end