Name | Type | Default value | Description |
---|---|---|---|
maxChildren | int | -1 | Maximum authorized number of children. The default is -1 which means use program defaults (128). |
maxIdleChildren | int | -1 | Children that were created can be reused for future conversion. This parameter specifies the max number of idle children for future use. After long inactivity, all children will die and be re-forked if necessary. The default is -1 which means use program defaults (32). |
maxIdleChildrenPerGroup | int | -1 | Children that were created for a specific group can be reused for future conversion. This parameter specifies the max number of idle children for each group for future use. After long inactivity, all children will die and be re-forked if necessary. The default is -1 which means use program defaults (automatic). |
childSpawnTimeoutS | int | -1 | Children spawn timeout in seconds. The default is -1 which means use program defaults (20 seconds). |
ChildConvertInitTimeoutS | int | -1 | Minion convert libraries and plugins initialization timeout in seconds. The default is -1 which means use program defaults (30 seconds). |
exec32Mode | string | disabled | Select 32-bit support disabled: Disables the feature enabled: Enables the feature optional: Enables the feature if available {@code enum("disabled", "enabled", "optional")} |