[
https://issues.jboss.org/browse/WFCORE-2187?page=com.atlassian.jira.plugi...
]
Tomaz Cerar moved JBEAP-8248 to WFCORE-2187:
--------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-2187 (was: JBEAP-8248)
Issue Type: Enhancement (was: Bug)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: IO
(was: IO)
(was: User Experience)
Affects Version/s: 3.0.0.Alpha16
(was: 7.1.0.DR7)
Description of IO worker task-max-threads attribute is inaccurate
-----------------------------------------------------------------
Key: WFCORE-2187
URL:
https://issues.jboss.org/browse/WFCORE-2187
Project: WildFly Core
Issue Type: Enhancement
Components: IO
Affects Versions: 3.0.0.Alpha16
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
{code}
/subsystem=io/worker=default:read-resource-description
...
"task-max-threads" => {
"type" => INT,
"description" => "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",
{code}
This description is actualy not accurate since while in some cases the default value
calculation is indeed based on CPU count in other cases the calculation is based on
MaxFileDescriptorCount.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)