From 6f9252b42416a3dc33d548676ff54696f734988a Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Thu, 9 Jan 2025 14:48:29 -0800 Subject: [PATCH] Upgrade to 4gb memory. --- 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 50dca7b..cba18a4 100644 --- a/run-service-prod.yaml +++ b/run-service-prod.yaml @@ -71,5 +71,5 @@ spec: value: comfy-registry-event resources: limits: - cpu: 4000m - memory: 2Gi + cpu: 2000m + memory: 4Gi