From cc7f47ba9921458031817c63aefb2fed4dfb41aa Mon Sep 17 00:00:00 2001 From: Jonas Pedersen Date: Fri, 21 Jun 2024 07:24:09 +0200 Subject: [PATCH] Correct simple typo --- content/runbooks/kubernetes/CPUThrottlingHigh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/runbooks/kubernetes/CPUThrottlingHigh.md b/content/runbooks/kubernetes/CPUThrottlingHigh.md index 0d89068..a5a718c 100644 --- a/content/runbooks/kubernetes/CPUThrottlingHigh.md +++ b/content/runbooks/kubernetes/CPUThrottlingHigh.md @@ -39,7 +39,7 @@ issues with assigning CPU resources to the process [see here](https://github.com In certain scenarios ensure to use CPU Pinning and isolation - in short give to the container full CPU cores. -Also ensure to update app so that it is aware it runs in cgropus, +Also ensure to update app so that it is aware it runs in cgroups, or explicitly set number of CPU it can use, or limit number of threads. Longer and more detailed info - [PDF from Intel](https://builders.intel.com/docs/networkbuilders/cpu-pin-and-isolation-in-kubernetes-app-note.pdf)