Chapter 21 Configuring Inference Agents (Cache OM) : Example Inference Agent Configuration Properties

Example Inference Agent Configuration Properties
The example below shows inference agent configuration properties that are set in engine property files for all agents in an agent group with three active agents.
The file would also be configured with cluster-level settings as shown in Example Cluster Configuration Properties.
Values are for example use only. Your settings may differ.
Agent 1

 
Agent.AcmeGroup.maxActive=3
Agent.AcmeGroup.priority=1
Agent.AcmeGroup.key=agent1
Agent.AcmeGroup.l1CacheSize=20000
java.property.tangosol.coherence.distributed.localstorage=false
Agent.AcmeGroup.threadcount=64
Agent.AcmeGroup.recoveryPageSize=10000

 
Agent 2

 
Agent.AcmeGroup.maxActive=3
Agent.AcmeGroup.priority=2
Agent.AcmeGroup.key=agent2
Agent.AcmeGroup.l1CacheSize=20000
java.property.tangosol.coherence.distributed.localstorage=false
Agent.AcmeGroup.threadcount=64
Agent.AcmeGroup.recoveryPageSize=10000

 
Agent 3

 
Agent.AcmeGroup.maxActive=3
Agent.AcmeGroup.priority=3
Agent.AcmeGroup.key=agent3
Agent.AcmeGroup.l1CacheSize=20000
java.property.tangosol.coherence.distributed.localstorage=false
Agent.AcmeGroup.threadcount=64
Agent.AcmeGroup.recoveryPageSize=10000