Skip to content

Commit dc0dae9

Browse files
committed
Revert "fix(contrib): use 1GB per VM"
This reverts commit 10f80cf. Many tears were shed because the testing infrastructure was choking due to having too little memory. Trying to run Deis with too little memory invites a slew of issues. If Deis doesn't work well on 1GB, we shouldn't easily allow people to run it that way. Our system requirements documentation even calls out that instances should have at least 2GB minimum. Folks can always manually edit the file if they want to try 1GB, but in that case it's clear that it's not recommended. Deis is a distributed system - 8GB of RAM really isn't a ridiculous requirement. There's always Digital Ocean test machines, or Dokku for 1-node production workloads.
1 parent 055719e commit dc0dae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $num_instances = 1
1717
$update_channel = ENV["COREOS_CHANNEL"] || "stable"
1818
$enable_serial_logging = false
1919
$vb_gui = false
20-
$vb_memory = 1024
20+
$vb_memory = 2048
2121
$vb_cpus = 1
2222

2323
# Attempt to apply the deprecated environment variable NUM_INSTANCES to

0 commit comments

Comments
 (0)