Skip to content

Commit

Permalink
Correct simple typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasPed authored Jun 21, 2024
1 parent f8061f3 commit cc7f47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/runbooks/kubernetes/CPUThrottlingHigh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit cc7f47b

Please sign in to comment.