Skip to content

Commit

Permalink
fix(dev): update base resources
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Jul 4, 2024
1 parent a9f3b7e commit b8c41d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev/cluster/pyrovelocity/nixbuild.cue
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ values: {
}
resources: {
requests: {
cpu: "2000m"
memory: "8Gi"
cpu: "12000m"
memory: "24Gi"
}
limits: {
cpu: "12000m"
memory: "32Gi"
cpu: "24000m"
memory: "36Gi"
// "nvidia.com/gpu": "0"
"ephemeral-storage": "35Gi"
}
Expand Down

0 comments on commit b8c41d3

Please sign in to comment.