fix: a 404 link

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
This commit is contained in:
Yue Yang 2021-12-06 10:49:26 +08:00
parent d8f5dfee7c
commit 11a6fd9214
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ Mem: 12805568K used
48 29 node R 1568 0% 1 0% top 48 29 node R 1568 0% 1 0% top
``` ```
You can see that stress-ng instances are being injected into the Pod. There is a 60 MiB rise in the Pod, which we didnt expect. The [documentation](https://manpages.ubuntu.com/manpages/artful/man1/stress-ng.1.html#:~:text=is%20not%20available.-,--vm-bytes%20N,-mmap%20N%20bytes) indicates that the increase should 200 MiB (4 \* 50 MiB). You can see that stress-ng instances are being injected into the Pod. There is a 60 MiB rise in the Pod, which we didnt expect. The [documentation](https://manpages.ubuntu.com/manpages/focal/en/man1/stress-ng.1.html) indicates that the increase should 200 MiB (4 \* 50 MiB).
Let's increase the stress by changing the memory stress from 50 MiB to 3,000 MiB. This should break the Pods memory limit. Ill delete the chaos, modify the size, and reapply it. Let's increase the stress by changing the memory stress from 50 MiB to 3,000 MiB. This should break the Pods memory limit. Ill delete the chaos, modify the size, and reapply it.