Skip to content

Commit

Permalink
Moar ram for c4 indexing (#1876)
Browse files Browse the repository at this point in the history
* moar ram for c4 indexing

* try not too big
  • Loading branch information
lhoestq authored Sep 27, 2023
1 parent 298ba46 commit 0e2a174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chart/env/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,10 +390,10 @@ workers:
resources:
requests:
cpu: 1
memory: "14Gi"
memory: "20Gi"
limits:
cpu: 2
memory: "24Gi"
memory: "20Gi"
tolerations: []
- deployName: "light"
workerDifficultyMax: 40
Expand Down

0 comments on commit 0e2a174

Please sign in to comment.