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.