Commit dc0dae9
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments