Skip to content

Commit 876c11b

Browse files
Update docs/tutorials/scaling-your-services.mdx
Co-authored-by: Linda Lee <[email protected]>
1 parent 29d980a commit 876c11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/scaling-your-services.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The minimum resources which can be reserved:
3939
| Memory | 512M |
4040
4141
:::info
42-
Note that the `memory` field must be specified as a ["byte value string"](https://github.com/compose-spec/compose-spec/blob/main/11-extension.md#specifying-byte-values) using the `{amount}{byte unit}` format. The supported units are `b` (bytes), `k` or `kb` (kilo bytes), `m` or `mb` (mega bytes) and `g` or `gb` (giga bytes).
42+
Note that the `memory` field must be specified as a ["byte value string"](https://github.com/compose-spec/compose-spec/blob/main/11-extension.md#specifying-byte-values) using the `{amount}{byte unit}` format. The supported units are `b` (bytes), `k` or `kb` (kilobytes), `m` or `mb` (megabytes) and `g` or `gb` (gigabytes).
4343
:::
4444

4545
## Scaling with Replicas

0 commit comments

Comments
 (0)