From 3a9149bb44798cdb928f13282887c7d84082ddc2 Mon Sep 17 00:00:00 2001 From: jenkins Date: Mon, 29 Jun 2026 14:43:20 -0300 Subject: [PATCH] fix(ai): fit ollama on jetson nodes --- services/ai-llm/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/ai-llm/deployment.yaml b/services/ai-llm/deployment.yaml index 10000f6e..bdcd1f0a 100644 --- a/services/ai-llm/deployment.yaml +++ b/services/ai-llm/deployment.yaml @@ -98,9 +98,9 @@ spec: resources: requests: cpu: "4" - memory: 16Gi + memory: 10Gi nvidia.com/gpu.shared: 1 limits: cpu: "8" - memory: 24Gi + memory: 14Gi nvidia.com/gpu.shared: 1