File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
multiapps-controller-web/manifests Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ applications:
5
5
memory : 1024M
6
6
instances : 1
7
7
path : ../${project.build.finalName}.war
8
- buildpack : sap_java_buildpack_jakarta
8
+ buildpack : https://github.com/cloudfoundry/java-buildpack.git
9
9
timeout : 180 # If the landscape and/or our Liquibase changes are very slow, the application may take longer than 60 seconds to start up.
10
10
health-check-type : http
11
11
health-check-http-endpoint : /public/application-health
@@ -16,7 +16,10 @@ applications:
16
16
XS_TYPE : CF
17
17
DB_TYPE : POSTGRESQL
18
18
CATALINA_OPTS : " -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true"
19
- JBP_CONFIG_OPEN_JDK_JRE : " { jre: { version: 17.+ } }"
19
+ JBP_CONFIG_SAP_MACHINE_JRE : ' { jre: { version: "17.+" } }'
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'
20
23
PLATFORM : >
21
24
{
22
25
"name": "CLOUD-FOUNDRY",
You can’t perform that action at this time.
0 commit comments