Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
Current Situation
- Java options are considered for an Agent instance if specified from the environment variable JAVA_OPTIONS that can be set with the Agent instance start script.
- No global Java options are available for jobs running with an Agent. Such jobs make use of Java options that are forwarded on a per job basis by the Master, see
JS-1748
Desired Behavior
- Global Java options for all jobs with an Agent should be available.
- The Java options can be specified as a value to the SCHEDULER_JOB_JAVA_OPTIONS environment variable with the Agent instance start script. The value of the variable is forwarded by use of the -job-java-options command line option to the Agent.
Attachments
Issue Links
- is related to
-
JS-1763 Agent should consider -job-java-options command line option
- Released