Bug #20594
closed
Added by Peter Amstutz over 1 year ago.
Updated over 1 year ago.
Release relationship:
Auto
Description
The values of worker_rlimit_nofile
and worker_connections
need to scale with CONTROLLER_MAX_CONCURRENT_REQUESTS
instead of being hardcoded, and they need to be at least 2x as large as the concurrent requests, because each request handler will have a client request and a database connection.
- Status changed from New to In Progress
- Description updated (diff)
- Category set to Deployment
- Assigned To set to Lucas Di Pentima
- Status changed from In Progress to New
- Status changed from New to In Progress
Updates at b859429 - branch 20594-scaling-nginx-settings
Makes nginx
's config settings 3x the CONTROLLER_MAX_CONCURRENT_REQUESTS
value, if set.
Validated it by testing on the scale
cluster.
Lucas Di Pentima wrote in #note-6:
Updates at b859429 - branch 20594-scaling-nginx-settings
Makes nginx
's config settings 3x the CONTROLLER_MAX_CONCURRENT_REQUESTS
value, if set.
Validated it by testing on the scale
cluster.
This LGTM, thank you
- Status changed from In Progress to Resolved
Also available in: Atom
PDF