Example Setting For Global Throttle Manager Instance

This section lists the sample settings for the Global Throttle Manager instance in the ASG_HOME/bin/asg_core.cdd (XML) file.

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:

<inference-agent-class id="gtm-class">
    <load>
        <max-active>1</max-active>
    </load>
</inference-agent-class>
<processing-unit id="asg-gtm">
    <agents>
        <agent>
            <ref>gtm-class</ref>
            <key/>
            <priority>2</priority>
        </agent>
    </agents>