Requests
section with cpu
value set to 100m
:100m
, which means 100 milli
= 100/1000
= 10%
of a vCPU core.default
Namespace. Look at the default resource configuration for this Namespace:LimitRange
Kubernetes resource:20%
of a CPU, and 128Mi
of RAM.200m
which means 200 milli
=200/1000
= 20%
of 1 vCPU core.128Mi
, which is 128 Mebibytes
= ~134 Megabytes
.m
as the unit. 128m
means 0.128 bytes
.OOMKilled
) and restarted.OOMKilled
errors.