Skip to content

Commit

Permalink
Increase app build memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura committed Oct 24, 2023
1 parent 05c1e42 commit 0e8754f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/.pipeline/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const phases = {
cpuRequest: '50m',
cpuLimit: '1000m',
memoryRequest: '100Mi',
memoryLimit: '4Gi'
memoryLimit: '5Gi'
},
dev: {
namespace: 'af2668-dev',
Expand Down
2 changes: 1 addition & 1 deletion app/.pipeline/templates/app.bc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parameters:
- name: MEMORY_REQUEST
value: '100Mi'
- name: MEMORY_LIMIT
value: '4Gi'
value: '5Gi'
objects:
- kind: ImageStream
apiVersion: image.openshift.io/v1
Expand Down

0 comments on commit 0e8754f

Please sign in to comment.