Jump to content
  • 0

Tuning HTTP Specifications


Marcelo Sbio
 Share

Question

Hi guys!

Is there any recommendation as to how these parameters should be tuned?

  • http.max_keep_alive_requests: HTTP request max keep alive value. Default value is -1
  • http.max_threads: HTTP Max Threads value. Default value is 20
  • http.acceptor_thread_count: HTTP Acceptor Thread Count value. Default value is 10
  • http.processor_cache: HTTP Processor Cache value. Default value is 20

Tnks!
Link to comment
Share on other sites

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

1 answer to this question

Recommended Posts

  • 0
Hi!

Why is the default Tomcat configuration not even used in max_threads, processor_cache and acceptor_thread_count?

Like:
http.max_threads = 200
http.processor_cache = 200
http.acceptor_thread_count = 1


Em quinta-feira, 2 de abril de 2020 11:26:38 UTC-3, Marcelo Sábio escreveu:
Hi guys!

Is there any recommendation as to how these parameters should be tuned?

  • http.max_keep_alive_requests: HTTP request max keep alive value. Default value is -1
  • http.max_threads: HTTP Max Threads value. Default value is 20
  • http.acceptor_thread_count: HTTP Acceptor Thread Count value. Default value is 10
  • http.processor_cache: HTTP Processor Cache value. Default value is 20

Tnks!
Link to comment
Share on other sites

 Share

×
×
  • Create New...