Multithreading¶
https://stackoverflow.com/questions/53276398/kubernetes-cpu-multithreading
https://kubernetes.io/docs/tasks/configure-pod-container/assign-cpu-resource/
cpu count¶
cpu settings¶
Threads = 2 does not mean the cpu requests should be 2. Should be tested?
The args section of the configuration file provides arguments for the container when it starts. The -cpus "2" argument tells the Container to attempt to use 2 CPUs.