You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
which is the limit of the number of threads that can be assigned in jira
What do you mean by "threads"? Issues? Connections? Database connections? Java threads?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great., thank you!
There is no limit to the number of threads, other than the one your OS and Java combination can handle. Jira generally likes to have 1024 allowed for it, but larger systems should have their limits raised to at least 4096, if you are imposing limits (Something to start thinking about at 500+ users probably)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good afternoon. we are setting up this file
server.xml
<Connector port="8080"
maxThreads="250"
minSpareThreads="10"
connectionTimeout="20000"
enableLookups="false"
protocol="HTTP/1.1"
redirectPort="8443"
acceptCount="10"
We are increasing this maxThreads="250 "Could you tell us what is your max.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same question like Administradores.
My confluence slows down probably by too much client-connections.
I use windows server with mysql 5.7 and confluence datacenter for 500 users (coming soon 1000)
What are the best values for database max_connections and server.xml maxThreads?
Thanks,
michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Administradores welcome to the Atlassian community.
I believe check thread limit is what you are looking and asking for!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.