How does nginx set worker_processes when there is < 1CPU available?
2/18/2022
I have deployed Nginx reverse proxy on Kubernetes. The pod that is deployed has requests/limits of 100m CPU. This is less than 1 full CPU. How does this affect the worker_processes and worker connections available on nginx?