From 7d6745fbb6eab82c9c8fb2d146a1df42523ca991 Mon Sep 17 00:00:00 2001 From: Bertrand LUPART Date: Tue, 22 Sep 2020 21:47:40 +0200 Subject: [PATCH] VirtualBox 6.1+ incompatible + RAM usage warning --- docs/tutorials/bosh-lite-virtualbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/bosh-lite-virtualbox.md b/docs/tutorials/bosh-lite-virtualbox.md index b9f447c..036d00f 100644 --- a/docs/tutorials/bosh-lite-virtualbox.md +++ b/docs/tutorials/bosh-lite-virtualbox.md @@ -6,7 +6,7 @@ In this section we will start with nothing except your local laptop or desktop c You will need the `bosh` CLI. -For our VirtualBox environment you will also need to download and install Oracle VirtualBox. +For our VirtualBox environment you will also need to download and install Oracle VirtualBox. This tutorial won't work with VirtualBox 6.1+ for now, please stick with VirtualBox 6.0 series (see https://github.com/cloudfoundry/bosh-deployment/issues/378). Also, this will provision a virtual machine with 6GB of RAM, be sure your computer will have enough ressources. Install the `git` CLI to allow us to clone the `bosh-deployment` and `zookeeper-release` project repositories.