From caf639fe57af94ebdb46fa4ecca0e70ab503a925 Mon Sep 17 00:00:00 2001 From: Bouke Haarsma Date: Thu, 5 Sep 2013 10:40:11 +0200 Subject: [PATCH] Fix memory recommendations (Byte, not bit) Upstream-commit: fdf1fccd3eec7b534b8423fe3ea5b6e116b233fa Component: engine --- components/engine/docs/sources/installation/vagrant.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/sources/installation/vagrant.rst b/components/engine/docs/sources/installation/vagrant.rst index 05fb579d5e..3d7faf515e 100644 --- a/components/engine/docs/sources/installation/vagrant.rst +++ b/components/engine/docs/sources/installation/vagrant.rst @@ -10,7 +10,7 @@ Using Vagrant (Mac, Linux) This guide will setup a new virtualbox virtual machine with docker installed on your computer. This works on most operating systems, including MacOX, Windows, Linux, FreeBSD and others. If you can -install these and have at least 400Mb RAM to spare you should be good. +install these and have at least 400MB RAM to spare you should be good. Install Vagrant and Virtualbox ------------------------------