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

Commit 814917b

Browse filesBrowse files
author
Christopher Frost
committed
Document excluded JAVA_OPTS memory configurations
Any environment variables or config in the 'config/java_opts.yml' file that attempts to set a memory option will cause deployment to fail. This is not documented and this commit adds the relavent documentation. [#79949526]
1 parent badd4bb commit 814917b
Copy full SHA for 814917b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

‎docs/framework-java_opts.md‎

Copy file name to clipboardExpand all lines: docs/framework-java_opts.md
+2-1Lines changed: 2 additions & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ The framework can be configured by creating or modifying the [`config/java_opts.
2323
| Name | Description
2424
| ---- | -----------
2525
| `from_environment` | Whether to append the value of the `JAVA_OPTS` environment variable to the collection of Java options
26-
| `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.
26+
| `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.
2727

28+
Any `JAVA_OPTS` from either the config file or environment variables that configure memory options will cause deployment to fail as they're not allowed. Memory options are configured by the buildpack and may not be modified.
2829

2930
## Example
3031
```yaml

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.