This content has been marked as final.
Show 1 reply
-
1. Re: WildFly 8.2.0 IO subsystem configuartion problem
ctomc Jul 24, 2015 5:55 AM (in response to arusstam)hey,
parameter task-core-threads is not really used and as such not properly wired trough the subsystem.
it should be removed all together as it has no purpose as of current state of the implementation.
workers will always grow to max size no matter what task-core-threads or "initial" size is.
That it current limitation of the xnio thread pool management, as the auto growing thread pool doesn't preform well enough.