Skip to content

Commit

Permalink
Clarify behavior of custom launcher JVM opts (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkoenig10 authored Mar 3, 2025
1 parent 02b02da commit d0342d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ configVersion: 1
env:
CUSTOM_VAR: CUSTOM_VALUE
CUSTOM_PATH: '{{CWD}}/some/path'
# Additional JVM options to be passed to the java command, will override defaults in static config. Ignored if configType is "executable"
# Additional JVM options to be passed to the java command. Ignored if configType is "executable"
jvmOpts:
- '-Xmx2g'
# OPTIONAL - A map of configurations of secondary processes to launch
Expand Down

0 comments on commit d0342d5

Please sign in to comment.