From b98a5e9cac3e243e488164ad609309d11a1bc6be Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Wed, 28 Oct 2015 13:53:04 -0700 Subject: [PATCH] Double the ram, double the fun --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 48a71d981..bcfc8a192 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -67,7 +67,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # some extra resources. Nomad will have trouble working correctly with <2 CPUs # so we should use at least that many. cpus = 2 - memory = 1024 + memory = 2048 config.vm.provider "parallels" do |p, o| o.vm.box = "parallels/ubuntu-14.04"