Maximum Notification Thread Pool Size
| Maximum number of concurrent job completion notifications that the Mapping Service Module sends to external clients after the Data Integration Service completes jobs. The Mapping Service Module is a component in the Data Integration Service that manages requests sent to run mappings. Default is 5.
|
Maximum Memory Per Request
| The behavior of Maximum Memory Per Request depends on the following Data Integration Service configurations:
The service runs jobs in separate local or remote processes, or the service property Maximum Memory Size is 0 (default).
In this case, Maximum Memory Per Request is the maximum amount of memory, in bytes, that the Data Integration Service can allocate to all transformations that use auto cache mode in a single request. The service allocates memory separately to transformations that have a specific cache size. The total memory used by the request can exceed the value of Maximum Memory Per Request.
The service runs jobs in the Data Integration Service process, and the service property Maximum Memory Size is greater than 0.
In this case, Maximum Memory Per Request is the maximum amount of memory, in bytes, that the Data Integration Service can allocate to a single request. The total memory used by the request cannot exceed the value of Maximum Memory Per Request.
Requests include mappings and mappings run from Mapping tasks within a workflow.
|