Skip to content

Commit

Permalink
Lowercase one of the memory suffixes
Browse files Browse the repository at this point in the history
Upper case 'K' suffix for memory results in an invalid request.
  • Loading branch information
rahdeck committed Jul 22, 2021
1 parent 528a65c commit c80e564
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ CPU is always requested as an absolute quantity, never as a relative quantity;

Limits and requests for `memory` are measured in bytes. You can express memory as
a plain integer or as a fixed-point number using one of these suffixes:
E, P, T, G, M, K. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi,
E, P, T, G, M, k. You can also use the power-of-two equivalents: Ei, Pi, Ti, Gi,
Mi, Ki. For example, the following represent roughly the same value:

```shell
Expand Down

0 comments on commit c80e564

Please sign in to comment.