From 4eda97870444048f9921dfc4aa99b8319fdc011d Mon Sep 17 00:00:00 2001 From: Roman Gorshunov Date: Mon, 21 May 2018 09:54:14 +0200 Subject: [PATCH] Fix: minor README fix for RAM required (569456) Change-Id: I5bbf898592857d0cd6d58a83c12332b245c11a07 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0873216c..aaa4d0ad 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Airship is a broad integration of several components enabling an automated, resilient Kubernetes-based infrastructure for hosting Helm-deployed containerized workloads. -To get started, run the following in a fresh Ubuntu 16.04 VM (4vCPU/16GB RAM/ -64GB disk). This will deploy Airship and OSH: +To get started, run the following in a fresh Ubuntu 16.04 VM +(4vCPU/20GB RAM/64GB disk). This will deploy Airship and OSH: ``` sudo -i mkdir -p /root/deploy && cd "$_"