Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 !
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.
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.
Hello @Dylan Welch
Thank your for your answer.
Only remains my question about what JConsole is ! 🙂