From 84a6147bf69d3a88ca645279e571fe58702228e0 Mon Sep 17 00:00:00 2001
From: donal <donalspring@gmail.com>
Date: Wed, 16 May 2018 16:10:28 +0200
Subject: [PATCH] solves #3 solves #2

---
 exercises/1-the-manual-menace/README.md |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/exercises/1-the-manual-menace/README.md b/exercises/1-the-manual-menace/README.md
index a7c0059..c78ae17 100644
--- a/exercises/1-the-manual-menace/README.md
+++ b/exercises/1-the-manual-menace/README.md
@@ -197,7 +197,7 @@
 4. The essential params to include in this file are:
 ```bash
 VOLUME_CAPACITY=5Gi
-MEMORY_LIMIT=2Gi
+MEMORY_LIMIT=1Gi
 ```
 
 4. Create a new object in the inventory variables `inventory/host_vars/ci-cd-tooling.yml` called `ci-cd-tooling` and populate it's `content` is as follows
@@ -371,7 +371,7 @@
 
 5. As before; create a new set of params by creating a `params/jenkins` file and adding some overrides to the template and updating the `<YOUR_NAME>` value accordingly.
 ```
-MEMORY_LIMIT=8Gi
+MEMORY_LIMIT=3Gi
 VOLUME_CAPACITY=10Gi
 JVM_ARCH=x86_64
 NAMESPACE=<YOUR_NAME>-ci-cd

--
Gitblit v1.9.3