-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RPS is lower when queue-proxy in request path #15627
Comments
Hi @jokerwenxiao in cases of cpu contention you may have to configure QP with higher resources, see this old ticket as well. What is the user container doing (is it a helloworld app or something more computational expensive)? What resources are assigned to the user container? What is the cpu utilization at the node where the pod is running? |
Hi @skonto
user-container resource:
|
Could you run: |
same question like #10085
When
curl pod-ip:user-container-port
directly, rps are normal, but whencurl pod-ip:queue-proxy-port
, rps is lowerIn order to improve the RPS of queue-proxy, I have set the resource allocation of the queue proxy container very high. If I follow the default queue-proxy resource usage in the config-deployment configmap, rqs will only be less than 100
knative version:v1.1.2
The text was updated successfully, but these errors were encountered: