From 01019f0ce17f9383b2e7d681ae032d433f7a4be6 Mon Sep 17 00:00:00 2001 From: Andrey Arapov <107317698+andy108369@users.noreply.github.com> Date: Tue, 12 Mar 2024 18:51:13 +0100 Subject: [PATCH] feat(provider): increase resources limits & requests (#262) noticed some providers to receive 137 (out of mem). as well as might alleviate certain issues such as: - total cpu utilization - account sequence mismatch --- charts/akash-provider/Chart.yaml | 2 +- charts/akash-provider/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/akash-provider/Chart.yaml b/charts/akash-provider/Chart.yaml index 11ab207..6e41e4d 100644 --- a/charts/akash-provider/Chart.yaml +++ b/charts/akash-provider/Chart.yaml @@ -17,7 +17,7 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) # Major version bit highlights the mainnet release (e.g. mainnet4 = 4.x.x, mainnet5 = 5.x.x, ...) -version: 9.1.1 +version: 9.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/akash-provider/values.yaml b/charts/akash-provider/values.yaml index bc9b516..9e555db 100644 --- a/charts/akash-provider/values.yaml +++ b/charts/akash-provider/values.yaml @@ -112,11 +112,11 @@ securityContext: {} resources: limits: + cpu: 2000m + memory: 1024Mi + requests: cpu: 1000m memory: 512Mi - requests: - cpu: 200m - memory: 128Mi autoscaling: enabled: false