Skip to content

How to increase the http thread pool in kubernetes? #11010

Answered by moabu
polsson12 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @polsson12 ,

You should be able to do that through cnCustomJavaOptions in the helm chart values file . Forexample Try passing cnCustomJavaOptions: "-Dorg.eclipse.jetty.server.threadpool.minThreads=10 -Dorg.eclipse.jetty.server.threadpool.maxThreads=50 -Dorg.eclipse.jetty.server.threadpool.idleTimeout=60000"

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@yuriyz
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by ossdhaval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants