From 0831dd62d68ba4c623060650d11c5edc76dc1dd1 Mon Sep 17 00:00:00 2001 From: sngchlko Date: Sat, 23 Sep 2017 01:23:59 +0900 Subject: [PATCH] synchronize memory request value (#5567) --- docs/tasks/administer-cluster/memory-constraint-namespace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/memory-constraint-namespace.md b/docs/tasks/administer-cluster/memory-constraint-namespace.md index 88b46f555d..c203f2e3d4 100644 --- a/docs/tasks/administer-cluster/memory-constraint-namespace.md +++ b/docs/tasks/administer-cluster/memory-constraint-namespace.md @@ -123,7 +123,7 @@ kubectl delete pod constraints-mem-demo --namespace=constraints-mem-example ## Attempt to create a Pod that exceeds the maximum memory constraint Here's the configuration file for a Pod that has one Container. The Container specifies a -memory request of 700 MiB and a memory limit of 1.5 GiB. +memory request of 800 MiB and a memory limit of 1.5 GiB. {% include code.html language="yaml" file="memory-constraints-pod-2.yaml" ghlink="/docs/tasks/administer-cluster/memory-constraints-pod-2.yaml" %}