Add Info about OOM Kill (#13723)
* Add info about OOM Kill Add details about OOM Kill in case if memory limit is not specified * Fix Minor Typopull/13553/head^2
parent
cb86f99b5b
commit
0173c3a567
|
@ -305,7 +305,7 @@ kubectl delete pod memory-demo-3 --namespace=mem-example
|
|||
If you do not specify a memory limit for a Container, one of the following situations applies:
|
||||
|
||||
* The Container has no upper bound on the amount of memory it uses. The Container
|
||||
could use all of the memory available on the Node where it is running.
|
||||
could use all of the memory available on the Node where it is running which in turn could invoke the OOM Killer. Further, in case of an OOM Kill, a container with no resource limits will have a greater chance of being killed.
|
||||
|
||||
* The Container is running in a namespace that has a default memory limit, and the
|
||||
Container is automatically assigned the default limit. Cluster administrators can use a
|
||||
|
|
Loading…
Reference in New Issue