We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215d661 commit a04eb63Copy full SHA for a04eb63
multiapps-controller-web/manifests/manifest.yml
@@ -16,7 +16,7 @@ applications:
16
XS_TYPE: CF
17
DB_TYPE: POSTGRESQL
18
CATALINA_OPTS: "-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true"
19
- JBP_CONFIG_SAP_MACHINE_JRE: '{ jre: { version: "17.+" } }'
+ JBP_CONFIG_SAP_MACHINE_JRE: '{ jre: { version: "25.+" } }'
20
JBP_CONFIG_TOMCAT: '{ tomcat: { version: 10.+ } }'
21
JBP_CONFIG_COMPONENTS: '{jres: ["JavaBuildpack::Jre::SapMachineJRE"]}'
22
JAVA_OPTS: '-XX:+HeapDumpOnOutOfMemoryError -XX:MaxDirectMemorySize=192m -Xshare:off -XX:MaxMetaspaceSize=300m -XX:+ErrorFileToStdout -XX:TrimNativeHeapInterval=10000 -Dio.netty.noPreferDirect=true -Dio.netty.maxDirectMemory=0'
0 commit comments