Double the ram, double the fun

This commit is contained in:
Chris Bednarski
2015-10-28 13:53:04 -07:00
parent a1366e9f3c
commit b98a5e9cac

2
Vagrantfile vendored
View File

@@ -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"