Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.11.5, 1.11.6, 1.12
-
None
Description
Current Situation
- With
JS-1751an Agent should consider Java options for jobs by use of the command line parameter -job-java-options. - This feature does not work, Java options for jobs are not applied. Instead any options specified by -job-java-options are added to the name of the Agent log file, i.e. if a number of Java options is specified, e.g. "-DLOGFILE=agent.log -Xms64m -Xmx64m" then these options are considered a single argument and not an argument list.
Desired Behavior
- The Agent should consider the -job-java-options setting as specified with
JS-1751, i.e. consider an argument list for the value of this setting.
Attachments
Issue Links
- relates to
-
JS-1751 Agent start script should consider -job-java-options command line option
- Released