We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89de284 commit 6b4c3b4Copy full SHA for 6b4c3b4
README.md
@@ -84,7 +84,7 @@ applications:
84
buildpack: https://github.com/cloudfoundry/java-buildpack
85
env:
86
JBP_CONFIG_OPEN_JDK_JRE: '{ jre: { repository_root: "https://java-buildpack.cloudfoundry.org/openjdk-jdk/bionic/x86_64", version: 11.+ } }'
87
- JAVA_OPTS: '+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints'
+ JBP_CONFIG_JAVA_OPTS: "[java_opts: '-XX:+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints']"
88
```
89
90
`JAVA_OPTS: '+UnlockDiagnosticVMOptions -XX:+DebugNonSafepoints'` is used to improve
0 commit comments