From ec5ae48a9f45a974aed60165a7c02bd16825d112 Mon Sep 17 00:00:00 2001 From: Dawn Chen Date: Wed, 22 Oct 2014 11:07:20 -0700 Subject: [PATCH] Increase memory limit of frontend-controller in our guestbook example. --- examples/guestbook/frontend-controller.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/guestbook/frontend-controller.json b/examples/guestbook/frontend-controller.json index 6e4d7dfff05..6a5deab91a9 100644 --- a/examples/guestbook/frontend-controller.json +++ b/examples/guestbook/frontend-controller.json @@ -14,7 +14,7 @@ "name": "php-redis", "image": "brendanburns/php-redis", "cpu": 100, - "memory": 10000000, + "memory": 50000000, "ports": [{"containerPort": 80, "hostPort": 8000}] }] }