From 2fbd6bdf81364dda20f507a60c55354d8370c4de Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Sat, 18 Apr 2026 22:04:41 +0000 Subject: [PATCH] change resource limits --- apps/base/customer1/openclaw/vllm-gemma.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/base/customer1/openclaw/vllm-gemma.yaml b/apps/base/customer1/openclaw/vllm-gemma.yaml index a8207a9..b2adf89 100644 --- a/apps/base/customer1/openclaw/vllm-gemma.yaml +++ b/apps/base/customer1/openclaw/vllm-gemma.yaml @@ -50,12 +50,12 @@ spec: resources: limits: nvidia.com/gpu: 1 - memory: "32Gi" - cpu: "8" + memory: "80Gi" + cpu: "16" requests: nvidia.com/gpu: 1 - memory: "16Gi" - cpu: "4" + memory: "60Gi" + cpu: "8" volumeMounts: - name: model-cache mountPath: /root/.cache/huggingface