This document describes how to adjust the memory allocation for the Tidal Agent on a UNIX platform.
There are no specific requirements for this document.
The component described in this document is the UNIX Agent.
Refer to Cisco Technical Tips Conventions for more information on document conventions.
In order to modify memory, add these parameters to the Agent's tagent.ini file:
minmem=256 maxmem=512
Note: The default location of this file is /opt/TIDAL/Agent/bin.
The minmem and maxmem parameters control how many MB of memory should be allocated to the Agent's processes. These memory parameters can be adjusted as individual needs warrant. Your system may need more or less than the default memory allotments. The minmem parameter specifies the minimum amount of RAM that should be available. The default value is 16 MB of RAM. The maxmem parameter specifies the maximum amount of RAM that should be available for the Agent's processes. The default value is 48 MB of RAM.