You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework-java_opts.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,5 +25,14 @@ The framework can be configured by creating or modifying the [`config/java_opts.
25
25
| `from_environment` | Whether to append the value of the `JAVA_OPTS` environment variable to the collection of Java options
26
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.
27
27
28
+
29
+
## Example
30
+
```yaml
31
+
# JAVA_OPTS configuration
32
+
---
33
+
from_environment: false
34
+
java_opts: -Xloggc:$PWD/beacon_gc.log -verbose:gc
35
+
```
36
+
28
37
[Configuration and Extension]: ../README.md#configuration-and-extension
0 commit comments