Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
26 lines (19 loc) · 1.05 KB

File metadata and controls

26 lines (19 loc) · 1.05 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

Java Options Framework

The Java Options Framework contributes arbitrary Java options to the application at runtime.

Note: passing Java options using a JAVA_OPTS environment variable is not supported and will not work.

Detection Criterionjava_opts set in the config/java_opts.yml file
Tagsjava-opts
Tags are printed to standard output by the buildpack detect script

Configuration

For general information on configuring the buildpack, refer to Configuration and Extension.

The framework can be configured by modifying the config/java_opts.yml file.

Name Description
java_opts The Java options to use when running the application. All values are used without modification when invoking the JVM. The options are specified as a single YAML scalar in plain style or enclosed in single or double quotes.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.