From 94ac45d160851ff645d6bde431814fb960a79fef Mon Sep 17 00:00:00 2001 From: sljeff Date: Fri, 30 Sep 2022 08:53:09 +0800 Subject: [PATCH] feat: increase mem limit --- deploy/dev/sts.yaml | 4 ++-- deploy/prod/deploy.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/dev/sts.yaml b/deploy/dev/sts.yaml index c7a01cc1..4ea238f3 100644 --- a/deploy/dev/sts.yaml +++ b/deploy/dev/sts.yaml @@ -27,10 +27,10 @@ spec: protocol: TCP resources: requests: - memory: "200Mi" + memory: "400Mi" cpu: "150m" limits: - memory: "500Mi" + memory: "1000Mi" cpu: "500m" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File diff --git a/deploy/prod/deploy.yaml b/deploy/prod/deploy.yaml index 1918d420..1fb58dcb 100644 --- a/deploy/prod/deploy.yaml +++ b/deploy/prod/deploy.yaml @@ -33,10 +33,10 @@ spec: protocol: TCP resources: requests: - memory: "200Mi" + memory: "500Mi" cpu: "150m" limits: - memory: "500Mi" + memory: "1500Mi" cpu: "500m" terminationMessagePath: /dev/termination-log terminationMessagePolicy: File