The NumberOfTaskManagers
parameter sets the number of task managers. Each task manager corresponds to a thread upon which tasks execute. The server can run multiple task managers and each task manager can run multiple tasks in a single thread. Tasks running on the same task manager are time sliced.
Micro Focus recommends setting the number of task managers to the number of cores on the host machine. The server can then run one thread on each core.
Type: | Integer |
Default: | The detected number of cores on the machine. |
Required: | No |
Configuration Section: | Server |
Example: | NumberOfTaskManagers=5
|
See Also: |
|