By default, JIRA's max number of connector threads is 150. (Tomcat standalone)
{code}
<service name="Catalina">
<connector port="8080" <="" p="">
maxThreads=150
minSpareThreads=25
maxSpareThreads=75
{code}
Expected avg. concurrent number of users in our JIRA system once go live is 300.
* Is it safe to increase the maxThreads to 300? What are the drawbacks?
* What's the recommended max number of threads for 300 concurrent users?
Many thanks!
Hi Sameera,
This is a default Tomcat configuration. So, regarding your questions:
1) Is it safe to increase the maxThreads to 300? What are the drawbacks?
If you have enough hardware resources you may safely increase the maxThreads value to beyond of 150 (300 in your case).
2) What's the recommended max number of threads for 300 concurrent users?
Actually we don't have a precise measure for that. This answer deppends of the number of customfields, workflows and plugins that you currently have in your JIRA instance. However, you can try to increase the maxThreads to 300 and test if it will cause you problems. Hence, if you are running JIRA on a Linux/Unix system, remember also to increase your ulimit value.
Best regards,
Lucas Timm
Hi Lucas,
Can you tell what are the resources we need to consider to increase the maximum number of threads?
Thanks in Advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It depends on your usage of the system. Just increasing the number of threads may not be of any use.
What makes you think you have a problem with the number of threads? (If you have no firm evidence you need more threads, then there is no point changing the setting)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello.
Are there any way to monitoring number of actual threads in lifetime?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can find Javamelody being helpful in this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.