AMX System Configuration
K
A
DAK
173
14.5 AMX Object Allocation
The AMX Object Allocation window allows you to define the number of private AMX
objects required for each of the optional AMX managers to be included in your system.
The layout of the window is shown below.
Maximum Number of Tasks
This parameter defines the maximum number of application tasks which your system can
support concurrently. The upper limit for this parameter is 100 tasks. The value for this
parameter should be the number of predefined tasks (see Chapter 14.7) plus the
maximum number of tasks that you will dynamically create using ajtkcre. You do not
have to account for the AMX Kernel Task.
Maximum Number o f Timers
This parameter defines the maximum number of timers which your system can support
concurrently. If you do not require any timers, set this parameter to 0. Otherwise, this
parameter should be set to the number of predefined timers (see Chapter 14.8) plus the
maximum number of timers that you dynamically create using ajtmcre.