how to increase memory and cpu limit for KEDA? #1988
Unanswered
subhamkhemka
asked this question in
General
Replies: 2 comments 4 replies
-
I'm not sure how the amount of queues to monitor relate to the KEDA memory limits, but you can manage it similar to any other Kubernetes workload. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you are using helm to deploy KEDA, the chart supports it resources:
limits:
cpu: 600m
memory: 512Mi
requests:
cpu: 300m
memory: 256Mi |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am currently using 10 queues with KEDA in dev environment.
However I would like to use around 100 queues in production, so i would like to increase the memory limit.
How do I do this ?
Is there any guidelines as well which we can refer while setting the resource limits ?
Thanks & Regards,
Subham
Beta Was this translation helpful? Give feedback.
All reactions