Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Current Situation
The YADE startscripts
- ./bin/jade.sh
- ./bin/jade4dmz.sh
- .\bin\jade.cmd
- .\bin\jade4dmz.cmd
starts the Java process without Java options so you have to change the startscript if need some Java options.
Desired Behavior
You can set Java options with the enviroment variable JAVA_OPTIONS.
Linux Example
> export JAVA_OPTIONS="-Xmx20m" > ./bin/jade.sh -settings="..." -profile="..."
Windows Example
> set JAVA_OPTIONS=-Xmx20m > .\bin\jade.cmd -settings="..." -profile="..."