Skip to content

Increasing Tomcat.maxthread to 400

Akanksha Prasad requested to merge akprasad/tomcat-maxthread into azure/m12-master

Type of change

  • [ yes] Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)
This change is done so that we can increase rps without getting 503

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • [yes ] Azure
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • [YES/NO] no

What is the current behavior?

Currently it is enabled for 200 tomcat.server.maxthread and rps is 30 rps

What is the new/expected behavior?

In new behaviour,increasing the tomcat.server.maxthread to 400 will increase rps and less 503

Have you added/updated Unit Tests and Integration Tests?

Any other useful information

Merge request reports