Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Alpha549
Creator II
Creator II

Know default value of Jetty thread pool size

Hello everyone,

 

I'm trying to know if I can adapt thread pool size to optimise my REST API performance.

 

I come across this page : https://community.talend.com/s/article/Increase-the-Jetty-ThreadPool-size-in-Karaf-0cK2n

We are told to add these lines, specifying the values.

 

However, I would like to know what the default values are if we don't specify them ?

 

Also, it's written that the value can be verified via JConsole. What is JConsole ?

 

EDIT : Here (https://help.talend.com/r/en-US/8.0/esb-container-administration-guide/configuring-cxf-workqueues), we can read "Workqueues are not applicable for REST endpoints"

Does that mean that we can't adjust thread pool size for REST endpoints ?

 

 

Thank you !

Labels (2)
1 Solution

Accepted Solutions
Davis69
Contributor III
Contributor III

Jetty pools threads that are responsible for its work. The default pool is sized with a minimum capacity of 8 and a maximum capacity of 200.

West Penn Power Customer Service

View solution in original post

2 Replies
Davis69
Contributor III
Contributor III

Jetty pools threads that are responsible for its work. The default pool is sized with a minimum capacity of 8 and a maximum capacity of 200.

West Penn Power Customer Service

Alpha549
Creator II
Creator II
Author

Hello @Dylan Welch​ 

 

Thank your for your answer.

Only remains my question about what JConsole is ! 🙂