Skip to content

Commit 10f80cf

Browse files
author
Matthew Fisher
committed
fix(contrib): use 1GB per VM
Most modern laptops have ~8GB of memory available to them. On OSX, this is stretched even thinner due to boot2docker. Lowering the memory requirement for each host back to CoreOS' default memory requirements should allow us to use Vagrant on machines with less than 16GB of memory.
1 parent aba19e7 commit 10f80cf

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

Vagrantfile

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,6 @@ else
3030
$num_instances = 3
3131
end
3232

33-
# VM sizing for Deis
34-
if $num_instances == 1
35-
$vb_memory = 4096
36-
$vb_cpus = 2
37-
else
38-
$vb_memory = 2048
39-
$vb_cpus = 1
40-
end
41-
4233
if File.exist?(CONFIG)
4334
require CONFIG
4435
end

0 commit comments

Comments
 (0)