Skip to content

Commit

Permalink
Merge pull request #5 from devspaces-samples/sv-set-resources-main
Browse files Browse the repository at this point in the history
chore: set resources limits/requests
  • Loading branch information
svor authored Jul 28, 2023
2 parents 961922e + c1b6af3 commit 9f051b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ components:
- name: tools
container:
image: registry.redhat.io/devspaces/udi-rhel8:3.9
memoryLimit: 1Gi
memoryLimit: '2Gi'
memoryRequest: '1Gi'
cpuLimit: '1'
cpuRequest: '0.5'
commands:
- id: run
exec:
Expand Down

0 comments on commit 9f051b5

Please sign in to comment.