Skip to content

Commit

Permalink
Increase java-quarkus container memory limit (#231)
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <[email protected]>
  • Loading branch information
thepetk authored Oct 24, 2023
1 parent 43ba48a commit 4b42054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/java-quarkus/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ components:
container:
image: registry.access.redhat.com/ubi8/openjdk-17:1.16-1
args: ['tail', '-f', '/dev/null']
memoryLimit: 512Mi ## default app nowhere needs this but leaving room for expansion.
memoryLimit: 1024Mi ## default app nowhere needs this but leaving room for expansion.
mountSources: true
volumeMounts:
- name: m2
Expand Down

0 comments on commit 4b42054

Please sign in to comment.