From 76b5901cb6d5efd4b0d1777877d725c736aaa38b Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 18 Jun 2014 14:14:31 +0200 Subject: [PATCH] Vagrant: assign 1024mb ram to the vm --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index 8668795f1..f01fd7360 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -73,6 +73,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # information on available options. config.vm.provider "virtualbox" do |vb| vb.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate//vagrant/config", "1"] + vb.customize ["modifyvm", :id, "--memory", "1024"] end # Enable provisioning with Puppet stand alone. Puppet manifests