Replies: 1 comment 3 replies
-
There is no general answer to scaling, so you need to test with your setup. Also it is highly dependant on your backend startup times and latencies. But based on that really large request size, you probably want to increase these resources and also take a good look at the resource limits + scaling of the |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Do Queue-Proxy memory requests and limits needs to be increased in service yaml, if my application containers accepts large paylod(300MB).?
annotations:
queue.sidecar.serving.knative.dev/cpu-resource-request: "1"
queue.sidecar.serving.knative.dev/cpu-resource-limit: "2"
queue.sidecar.serving.knative.dev/memory-resource-request: "1Gi"
queue.sidecar.serving.knative.dev/memory-resource-limit: "2Gi"
Beta Was this translation helpful? Give feedback.
All reactions