Skip to content

Commit

Permalink
Merge pull request #20 from redhat-cop/reduce-devfile-memory
Browse files Browse the repository at this point in the history
Remove test container to reduce memory usage.
  • Loading branch information
cgruver authored Jul 30, 2024
2 parents cce31f2 + 1511ebd commit 6b60bdd
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ components:
- name: dev-tools
container:
image: quay.io/redhat-cop/cekit-builder:latest
memoryLimit: 6Gi
memoryLimit: 4Gi
mountSources: true
env:
- name: SHELL
Expand All @@ -19,16 +19,6 @@ components:
- volume:
size: 10Gi
name: projects
- name: cekit-test
container:
image: quay.io/etsauer/cekit-builder:dev
memoryLimit: 6Gi
mountSources: true
env:
- name: SHELL
value: "/bin/zsh"
- name: HOME
value: "/projects/home"
- name: oc-cli
container:
args:
Expand Down

0 comments on commit 6b60bdd

Please sign in to comment.