Increase memory resources for contract-watcher (#248)

Increase memory resources for contract-watcher in staging and production environments
This commit is contained in:
ftocal 2023-04-20 12:54:30 -03:00 committed by GitHub
parent ce83e1c3a6
commit 18efc01460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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