From ac5857bfe39df99b5bee4e1e109c8d19c0f176ef Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Wed, 22 Jan 2025 14:09:40 -0800 Subject: [PATCH] Reduce container size to 8GiB RAM + 2vCPU. --- run-service-prod.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run-service-prod.yaml b/run-service-prod.yaml index a6b7671..cd3ca07 100644 --- a/run-service-prod.yaml +++ b/run-service-prod.yaml @@ -78,5 +78,5 @@ spec: value: comfy-registry-event resources: limits: - cpu: 4000m - memory: 16Gi + cpu: 2000m + memory: 8Gi