From 11a6fd9214be96b80ee9ad0e75ff9a10d66649f3 Mon Sep 17 00:00:00 2001 From: Yue Yang Date: Mon, 6 Dec 2021 10:49:26 +0800 Subject: [PATCH] fix: a 404 link Signed-off-by: Yue Yang --- blog/2021-07-01-how-to-efficiently-stress-test-pod-memory.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/2021-07-01-how-to-efficiently-stress-test-pod-memory.md b/blog/2021-07-01-how-to-efficiently-stress-test-pod-memory.md index a297b92..e831087 100644 --- a/blog/2021-07-01-how-to-efficiently-stress-test-pod-memory.md +++ b/blog/2021-07-01-how-to-efficiently-stress-test-pod-memory.md @@ -122,7 +122,7 @@ Mem: 12805568K used 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.