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

Fixed java-web-spring quotas to be able to run on OSIO #62

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could potentially be dropped, as the default used for redhat/java/latest is 1500Mi. However this would mean any increases to the plugin-registry default would break this devfile again.

-
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