Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Fixed java-web-spring quotas to be able to run on OSIO
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Dancs <tdancs@redhat.com>
  • Loading branch information
ScrewTSW authored and ibuziuk committed Jul 31, 2019
1 parent 673bdf8 commit 7868771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion devfiles/java-web-spring/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ components:
-
type: chePlugin
id: redhat/java/latest
memoryLimit: 1512Mi
-
type: dockerimage
alias: tools
Expand All @@ -24,7 +25,7 @@ components:
-Duser.home=/home/user"
- name: MAVEN_OPTS
value: $(JAVA_OPTS)
memoryLimit: 1024Mi
memoryLimit: 768Mi
endpoints:
- name: '8080/tcp'
port: 8080
Expand Down
2 changes: 1 addition & 1 deletion devfiles/java-web-spring/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ displayName: Java Spring Boot
description: Java stack with OpenJDK 8 and Spring Boot Petclinic demo application
tags: ["Java", "OpenJDK", "Maven", "Spring Boot"]
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
globalMemoryLimit: 2674Mi
globalMemoryLimit: 3Gi

0 comments on commit 7868771

Please sign in to comment.