[jboss-user] [Performance Tuning] - Re: Increase the "Maximum number of threads created"
erasmo2 marciano2
do-not-reply at jboss.com
Wed Nov 7 05:04:05 EST 2012
erasmo2 marciano2 [https://community.jboss.org/people/erasmomarciano] created the discussion
"Re: Increase the "Maximum number of threads created""
To view the discussion, visit: https://community.jboss.org/message/775298#775298
--------------------------------------------------------------
Sorry
You can configure also this tag
01.<subsystem xmlns="urn:jboss:domain:threads:1.0">
02.<bounded-queue-thread-pool name="http-executor"
03.blocking="true">
04.<core-threads count="10" per-cpu="20" />
05.<queue-length count="10" per-cpu="20" />
06.<max-threads count="10" per-cpu="20" />
07.<keepalive-time time="10" unit="seconds" />
08.</bounded-queue-thread-pool>
09.</subsystem
If you are increasing the thread count too much, you will:
• Consume a good chunk of memory
• Your system will spend too much time-context switching
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/775298#775298]
Start a new discussion in Performance Tuning at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20121107/6f3cef29/attachment-0001.html
More information about the jboss-user
mailing list