what is the limit of number of threads that can be configured in jira

Administradores November 5, 2021

which is the limit of the number of threads that can be assigned in jira

3 answers

1 vote
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 5, 2021

What do you mean by "threads"?  Issues?  Connections?  Database connections?  Java threads?

Administradores November 5, 2021

Hi Nic, it's Java Threads

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 5, 2021

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)

Administradores November 5, 2021

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

0 votes
Michael Kornatzki
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 13, 2022

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 

0 votes
G subramanyam
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 5, 2021

Hi @Administradores welcome to the Atlassian community.

I believe  check thread limit is what you are looking and asking for!

Suggest an answer

Log in or Sign up to answer