From 68282344cc386cc6633f78b404508a10a3ed113a Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Wed, 22 Jan 2025 14:40:14 -0800 Subject: [PATCH] Reduce memory to 4GiB. --- run-service-prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-service-prod.yaml b/run-service-prod.yaml index cd3ca07..56223a4 100644 --- a/run-service-prod.yaml +++ b/run-service-prod.yaml @@ -79,4 +79,4 @@ spec: resources: limits: cpu: 2000m - memory: 8Gi + memory: 4Gi