Skip to content

Commit

Permalink
increase worker ram limit (#1863)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhoestq authored Sep 26, 2023
1 parent 607bc31 commit b83abcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ workers:
memory: "14Gi"
limits:
cpu: 2
memory: "20Gi"
memory: "24Gi"
tolerations: []
- deployName: "light"
workerDifficultyMax: 40
Expand Down

0 comments on commit b83abcd

Please sign in to comment.