Skip to content

Commit

Permalink
fix core limit in resources
Browse files Browse the repository at this point in the history
Signed-off-by: limengxuan <[email protected]>
  • Loading branch information
archlitchi committed Apr 9, 2024
1 parent 2048f1a commit 2182638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
args: ["100000"]
resources:
limits:
volcano.sh/vgpu-number: 2 # requesting 1 gpu cards
volcano.sh/vgpu-number: 2 # requesting 2 gpu cards
volcano.sh/vgpu-memory: 3000 # each vGPU uses 3G device memory
volcano.sh/vgpu-cores: 50 # each vGPU uses 50% core
EOF
Expand Down

0 comments on commit 2182638

Please sign in to comment.