tokers commented on issue #7811:
URL: https://github.com/apache/apisix/issues/7811#issuecomment-1232361608

   I have some doubts:
   
   1. Where did you launch the stress test with wrk? Out of Kubernetes cluster?
   2. What about sending requests to the backend service directly?
   3. The `workerProcesses` field is `auto` so it will launch bunch of worker 
processes according to the number of CPU cores in your K8s node (not the CPU 
request for the Pod), and when you only assign 1 vCPU, I think the CPU throttle 
and context switch are obvious. Try to set `workerProcesses` to `1` to check 
the QPS for single worker.


-- 
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]

Reply via email to