Update memory-constraint-namespace.md (#10530)

update memory request to 100MiB corresponding the yaml content
This commit is contained in:
erganzi
2018-10-09 20:15:31 +08:00
committed by k8s-ci-robot
parent e43029bff9
commit 27202920f3
@@ -146,7 +146,7 @@ pods "constraints-mem-demo-2" is forbidden: maximum memory usage per Container i
## Attempt to create a Pod that does not meet the minimum memory request
Here's the configuration file for a Pod that has one Container. The Container specifies a
memory request of 200 MiB and a memory limit of 800 MiB.
memory request of 100 MiB and a memory limit of 800 MiB.
{{< codenew file="admin/resource/memory-constraints-pod-3.yaml" >}}