Skip to content

Commit 0dedd9c

Browse files
authored
fix(readme): change example text from CPU to memory (#166)
Signed-off-by: spdfnet <32593931+spdfnet@users.noreply.github.com>
1 parent 796a9d2 commit 0dedd9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ kubectl patch dragonfly dragonfly-sample --type merge -p '{"spec":{"replicas":5}
8181
8282
### Vertically scaling the instance
8383
84-
To vertically scale the instance, you can edit the `spec.resources` field in the Dragonfly instance. For example, to increase the CPU limit to 2 cores, you can run
84+
To vertically scale the instance, you can edit the `spec.resources` field in the Dragonfly instance. For example, to increase the memory limit to 2GiB, you can run
8585
8686
```sh
8787
kubectl patch dragonfly dragonfly-sample --type merge -p '{"spec":{"resources":{"requests":{"memory":"1Gi"},"limits":{"memory":"2Gi"}}}}'

0 commit comments

Comments
 (0)