From f38aa4ca39b52d70ff85567f49c92f065e415714 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Mon, 17 Aug 2015 11:14:52 -0700 Subject: [PATCH] Increase memory for VM (imported from commit 1f3976bff1526483c5f7f791fbe66ee3dcbb7980) --- Vagrantfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 8f0e1e5bb4..19a9747512 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -47,8 +47,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.provider "virtualbox" do |vb, override| override.vm.box = "ubuntu/trusty64" + vb.memory = 2048 end - # + # View the documentation for the provider you're using for more # information on available options.