Commit 1c0eea7
fix: allow
`libexec/env.sh` hard codes a value of `$JAVA_OPTS` for groovy calls,
(via `run-groovy`) making it impossible for `run-groovy` users to
change any Java options, e.g., heap size limits. This PR allows users
to override `env.sh`'s settings by appending user-level `JAVA_OPTS`.run-groovy users to set JAVA_OPTS
1 parent ec94673 commit 1c0eea7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments