Skip to content

Commit

Permalink
Merge pull request #3588 from abhinavdahiya/increase_memory
Browse files Browse the repository at this point in the history
configs/installer: increase the resource limits for all image builds
  • Loading branch information
openshift-merge-robot authored Apr 25, 2019
2 parents 411d750 + c589ac7 commit c218372
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,36 @@ resources:
requests:
cpu: 100m
memory: 200Mi
installer:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
upi-installer:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
libvirt-installer:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
openstack-installer:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
installer-artifacts:
limits:
memory: 9Gi
requests:
cpu: "3"
memory: 5Gi
unit:
limits:
memory: 9Gi
Expand Down

0 comments on commit c218372

Please sign in to comment.