Defines workers
Name | Dynamic | Other provider points |
---|---|---|
org.wildfly.io.worker | true | none |
Attribute | Value |
---|---|
Type | INT |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 0 |
Type | LONG |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Default Value | 60 |
Type | INT |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Attribute | Value |
---|---|
Type | INT |
Nillable | true |
Expressions Allowed | false |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
io-threads | INT | false | false | Specify the number of I/O threads to create for the worker. If not specified, a default will be chosen, which is calculated by cpuCount * 2 | |
stack-size | LONG | false | false | 0 | The stack size (in bytes) to attempt to use for worker threads. |
task-keepalive | INT | false | false | 60 | Specify the number of milliseconds to keep non-core task threads alive. |
task-max-threads | INT | false | false | Specify the maximum number of threads for the worker task thread pool.If not set, default value used which is calculated by formula cpuCount * 16 |