Version Differences for Performance Tuning Agents

(Initial saves)
Line 1:
  The default settings for the AnthillPro agents tend to work well for many customers. However, in extreme cases (such as huge artifact set size, huge number of changelog entries, etc.) these tuning options may help.    The default settings for the AnthillPro agents tend to work well for many customers. However, in extreme cases (such as huge artifact set size, huge number of changelog entries, etc.) these tuning options may help. 
       
    + = worker-args.conf Available Changes =  
       
    + The '''worker-args.conf''' file is available in the ''%AGENT_HOME%\bin'' directory. This file lists additional JAVA_OPTS that are passed to the agent startup.  
       
    + == Heap Size Adjustment ==  
       
    + * -Xmx###$  
    + ** ### is a number  
    + ** $ is either '''k''', '''m''', or '''g''' for kilobytes, megabytes, or gigabytes respectively.  
    + *** ''256MB is the default size for the agent-worker. If the machine hardware allows it, this size can be increased if one is experiencing OOM errors on the agent (which could lead to timeouts). Possible reasons why this might need changed are listed in the intro statement at the top of the page.''