Merge pull request #71 from JonasPed/patch-1

Correct simple typo
This commit is contained in:
Simon Pasquier
2024-07-02 16:51:03 +02:00
committed by GitHub
@@ -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)