Skip to content

Commit

Permalink
feat(provider): increase resources limits & requests (#262)
Browse files Browse the repository at this point in the history
noticed some providers to receive 137 (out of mem).
as well as might alleviate certain issues such as:
- total cpu utilization
- account sequence mismatch
  • Loading branch information
andy108369 committed Mar 12, 2024
1 parent ea52daf commit 01019f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/akash-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions charts/akash-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ securityContext: {}

resources:
limits:
cpu: 2000m
memory: 1024Mi
requests:
cpu: 1000m
memory: 512Mi
requests:
cpu: 200m
memory: 128Mi

autoscaling:
enabled: false
Expand Down

0 comments on commit 01019f0

Please sign in to comment.