diff --git a/deploy/contract-watcher/env/production.env b/deploy/contract-watcher/env/production.env index 2cea259b..11583c30 100644 --- a/deploy/contract-watcher/env/production.env +++ b/deploy/contract-watcher/env/production.env @@ -3,9 +3,9 @@ NAMESPACE=wormscan NAME=wormscan-contract-watcher REPLICAS=1 IMAGE_NAME= -RESOURCES_LIMITS_MEMORY=256Mi +RESOURCES_LIMITS_MEMORY=96Mi RESOURCES_LIMITS_CPU=500m -RESOURCES_REQUESTS_MEMORY=128Mi +RESOURCES_REQUESTS_MEMORY=64Mi RESOURCES_REQUESTS_CPU=250m P2P_NETWORK=mainnet PPROF_ENABLED=false diff --git a/deploy/contract-watcher/env/staging.env b/deploy/contract-watcher/env/staging.env index 1b8c039c..4fe7a07c 100644 --- a/deploy/contract-watcher/env/staging.env +++ b/deploy/contract-watcher/env/staging.env @@ -3,9 +3,9 @@ NAMESPACE=wormscan NAME=wormscan-contract-watcher REPLICAS=1 IMAGE_NAME= -RESOURCES_LIMITS_MEMORY=64Mi +RESOURCES_LIMITS_MEMORY=96Mi RESOURCES_LIMITS_CPU=500m -RESOURCES_REQUESTS_MEMORY=32Mi +RESOURCES_REQUESTS_MEMORY=64Mi RESOURCES_REQUESTS_CPU=250m P2P_NETWORK=mainnet PPROF_ENABLED=true