From a8c7df67fe5afe620f733e18be5dbf0d6093376f Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Wed, 22 Jul 2026 21:17:51 +0200 Subject: [PATCH] increase litellm memory allowance --- litellm/litellm.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/litellm/litellm.yaml b/litellm/litellm.yaml index 6bb68fb..95cbd45 100644 --- a/litellm/litellm.yaml +++ b/litellm/litellm.yaml @@ -102,6 +102,13 @@ spec: - "/app/proxy_server_config.yaml" ports: - containerPort: 4000 + resources: + requests: + memory: "512Mi" + cpu: "500m" + limits: + memory: "2Gi" + cpu: "1000m" volumeMounts: - name: config-volume mountPath: /app/proxy_server_config.yaml