fix: a 404 link
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
This commit is contained in:
parent
d8f5dfee7c
commit
11a6fd9214
|
|
@ -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 didn’t 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 didn’t 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 Pod’s memory limit. I’ll 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 Pod’s memory limit. I’ll delete the chaos, modify the size, and reapply it.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue