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