Performance Tuning

Here are some settings for performance tuning your servers

Max Requests

This setting limits how many requests will be passed through the Undertow listener to your app server. It defaults to 8 times the number of CPU cores. Please note that your web server connector and Adobe ColdFusion or Lucee may also have their own max request settings.

server set web.maxRequests=100

Or as a global setting for all servers:

config set server.defaults.web.maxRequests=100

Last updated

Was this helpful?