From 30385cf7260d536997a358869ec9d2af1b607085 Mon Sep 17 00:00:00 2001 From: Aviad Shimoni <39238815+aviadshimoni@users.noreply.github.com> Date: Wed, 17 Jul 2024 18:29:22 +0300 Subject: [PATCH] infra: using cpu limits is not good, let's remove defaults https://home.robusta.dev/blog/stop-using-cpu-limits Signed-off-by: Aviad Shimoni <39238815+aviadshimoni@users.noreply.github.com> --- helm-chart/kuberay-operator/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/helm-chart/kuberay-operator/values.yaml b/helm-chart/kuberay-operator/values.yaml index ab37316c70..45c43daad3 100644 --- a/helm-chart/kuberay-operator/values.yaml +++ b/helm-chart/kuberay-operator/values.yaml @@ -27,7 +27,6 @@ resources: # resources, such as Minikube. If you do whelm to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. limits: - cpu: 100m # Anecdotally, managing 500 Ray pods requires roughly 500MB memory. # Monitor memory usage and adjust as needed. memory: 512Mi