Skip to content

Commit e2d7dbc

Browse files
author
Matthew Fisher
committed
Merge pull request #2746 from bacongobbler/lower-mem-requirement
fix(contrib): use 1GB per VM
2 parents c155d25 + 10f80cf commit e2d7dbc

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)