From f5bfcaaf942e02c59449cc869d286541b0a21d4b Mon Sep 17 00:00:00 2001 From: gipsh Date: Fri, 6 Oct 2023 11:57:37 -0300 Subject: [PATCH] event-watcher update memory limits for mainnet (#732) update memory limites for mainnet --- deploy/event-watcher/env/production-mainnet.env | 4 ++-- deploy/event-watcher/env/staging-mainnet.env | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/event-watcher/env/production-mainnet.env b/deploy/event-watcher/env/production-mainnet.env index e7511ce6..fa1d8c70 100644 --- a/deploy/event-watcher/env/production-mainnet.env +++ b/deploy/event-watcher/env/production-mainnet.env @@ -3,9 +3,9 @@ NAMESPACE=wormscan NAME=wormscan-pipeline REPLICAS=2 IMAGE_NAME= -RESOURCES_LIMITS_MEMORY=128Mi +RESOURCES_LIMITS_MEMORY=2Gi RESOURCES_LIMITS_CPU=200m -RESOURCES_REQUESTS_MEMORY=64Mi +RESOURCES_REQUESTS_MEMORY=1Gi RESOURCES_REQUESTS_CPU=100m SNS_URL= SNS_AWS_REGION= diff --git a/deploy/event-watcher/env/staging-mainnet.env b/deploy/event-watcher/env/staging-mainnet.env index 78be32e5..1cd97133 100644 --- a/deploy/event-watcher/env/staging-mainnet.env +++ b/deploy/event-watcher/env/staging-mainnet.env @@ -6,9 +6,9 @@ IMAGE_NAME= PORT=3005 LOG_LEVEL=info DB_SOURCE=mongo -RESOURCES_LIMITS_MEMORY=256Mi +RESOURCES_LIMITS_MEMORY=2Gi RESOURCES_LIMITS_CPU=200m -RESOURCES_REQUESTS_MEMORY=128Mi +RESOURCES_REQUESTS_MEMORY=1Gi RESOURCES_REQUESTS_CPU=100m SNS_SOURCE=aws AWS_SNS_SUBJECT=EventWatcher