kellyseeme commented on issue #8042:
URL: https://github.com/apache/apisix/issues/8042#issuecomment-1273145725
@tokers thanks for reply,maybe the woker_processes is the relevent topic.if
we set auto,this worker_processes is set to the node of the number cpus,maybe
this is not resonable。
In kubernetes, nginx spawn worker processes depending on the resource
request for the pod by default. e.g if you have the following in your
deployment:
resources:
requests:
memory: 2048Mi
cpu: 2000m
Then nginx will spawn 2 worker process (2000 milli cpu = 2 cpu)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]