We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2326454 commit 8a47855Copy full SHA for 8a47855
content/zh/docs/tasks/configure-pod-container/assign-memory-resource.md
@@ -149,10 +149,10 @@ and a memory limit of 200 MiB.
149
```yaml
150
...
151
resources:
152
- limits:
153
- memory: 200Mi
154
requests:
155
memory: 100Mi
+ limits:
+ memory: 200Mi
156
157
```
158
@@ -263,7 +263,7 @@ The output shows that the Container was killed because it is out of memory (OOM)
263
```shell
264
lastState:
265
terminated:
266
- containerID: docker://65183c1877aaec2e8427bc95609cc52677a454b56fcb24340dbd22917c23b10f
+ containerID: 65183c1877aaec2e8427bc95609cc52677a454b56fcb24340dbd22917c23b10f
267
exitCode: 137
268
finishedAt: 2017-06-20T20:52:19Z
269
reason: OOMKilled
0 commit comments