Memory resources follow a similar pattern as CPU. The significant difference is in the units. Memory can be expressed as:
K (kilobyte)
M (Megabyte)
G (Gigabyte)
T (Terabyte)
P (Petabyte)
E (Exabyte).
We can also use the power-of-two equivalents Ki, Mi, Gi, Ti, Pi, and Ei.
If we go back to the go-demo-2-random.yml definition, we’ll see that the db container has the limit set to 200Mi (two hundred megabytes) and the requests to 100Mi (one hundred megabytes).