This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: How to increase wildfly8 undertow max concurrent requests ?jjakub Jun 9, 2014 11:06 AM (in response to jjakub)I have tried /profile=ha/subsystem=io/worker=default:write-attribute(name="io-threads", value=100) but it doesn't help. 
- 
        2. Re: How to increase wildfly8 undertow max concurrent requests ?darrenjones Jun 11, 2014 11:11 AM (in response to jjakub)1 of 1 people found this helpfulThis worked for us in standalone.xml (specify the task-max-threads attribute on the worker). I expect you can do this from the GUI and the command line as well: <subsystem xmlns="urn:jboss:domain:io:1.0"> <worker name="default" task-max-threads="250"/> <buffer-pool name="default"/> </subsystem> 
 
    