AutoSys Workload Automation

 View Only
  • 1.  std_out_file size limit

    Posted Jun 18, 2020 10:34 AM
    Hi,

    Is there a size limit for the std_out_file? 

    Thanks,
    Hannah


  • 2.  RE: std_out_file size limit
    Best Answer

    Broadcom Employee
    Posted Jun 18, 2020 03:45 PM
    Hi Hannah,

    Any limits would be imposed by the OS/Disk space,..., but not the agent itself.

    Downloading the std_out_file, I would suggest that you impose a limit.  In your config file you'll find a section:

    #+----------

    #

    # Keyword: LogMaxEndLines=<value>

    #

    # Defines the  maximum number of lines to retrieve  from the end of

    # the output log file associated with a job.

    #

    # Valid  settings are  between 0 and 10,000.  If the values are not

    # within the specified range, the Application Server will reset the

    # value to the default.

    #

    # Default: 2000

    #

    # The valid values are as follows:

    #

    #    0 = Specifies  that the Application Server retrieve the entire

    #        job output log file.

    #

    #   >0 = Specifies  that the  Application Server retrieve only  the

    #        last specified number of lines of the job output log file.

    #

    LogMaxEndLines=2000

    This would only download up to the last 2000 lines.  Downloading large files can impact agent performance.

    Regards,
    Mike