Example Setting For Cache Cleanup Agent Instance

This section shows the sample settings for cache cleanup agents in the ASG_HOME/bin/asg_core.cdd (XML) file.

You can use the sample settings as a reference to set the values by editing the ASG_HOME/bin/asg_core.cdd (XML) file in a text editor:

<query-agent-class id="cache-cleanup-esp">
    <load>
        <max-active>1</max-active>
    </load>
</query-agent-class>
<inference-agent-class id="cache-cleanup-scheduler">
    <load>
        <max-active>1</max-active>
    </load>
</inference-agent-class>
<processing-unit id="asg-cache-cleanup">
    <agents>
        <agent>
            <ref>cache-cleanup-esp</ref>
            <key/>
            <priority/>
        </agent>
        <agent>
            <ref>cache-cleanup-scheduler</ref>
            <key/>
            <priority/>
        </agent>
    </agents>