Skip to content

Commit

Permalink
chore: Increase CPU access allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
EntraptaJ committed Feb 15, 2024
1 parent 479b769 commit ac90755
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ components:
- name: devtools
container:
image: quay.io/devfile/universal-developer-image:latest
cpuLimit: 4000m
cpuRequest: 200m
memoryLimit: 8G
memoryRequest: 128M
env:
- name: KUBEDOCK_ENABLED
value: 'true'

0 comments on commit ac90755

Please sign in to comment.