Browse code

Update dind docs to configure more vagrant memory

A dind node needs to be configured with 3072mb of memory to be able to
build the extended networking tests.

Maru Newby authored on 2015/11/07 03:56:04
Showing 1 changed files
... ...
@@ -230,6 +230,8 @@ use cases.
230 230
 To run a dind cluster in a VM, follow steps 1-3 of the Vagrant
231 231
 instructions and then execute the following:
232 232
 
233
+        # Extra memory is required to build the extended tests
234
+        $ export OPENSHIFT_MEMORY=3072
233 235
         $ export OPENSHIFT_DIND_DEV_CLUSTER=true
234 236
         $ vagrant up
235 237