Skip to content

Commit b40d3f5

Browse files
authored
Merge pull request #29138 from mengjiao-liu/fix-memory-suffix
[zh] memory suffixes: "k" is lowercase
2 parents 55d33c1 + 6fc10ea commit b40d3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/concepts/configuration/manage-resources-containers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Mi, Ki. For example, the following represent roughly the same value:
227227
## 内存的含义 {#meaning-of-memory}
228228

229229
内存的约束和请求以字节为单位。你可以使用以下后缀之一以一般整数或定点数字形式来表示内存:
230-
E、P、T、G、M、K。你也可以使用对应的 2 的幂数:Ei、Pi、Ti、Gi、Mi、Ki。
230+
E、P、T、G、M、k。你也可以使用对应的 2 的幂数:Ei、Pi、Ti、Gi、Mi、Ki。
231231
例如,以下表达式所代表的是大致相同的值:
232232

233233
```

0 commit comments

Comments
 (0)