Actions
Bug #20594
closedscaling nginx settings
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Deployment
Target version:
Story points:
-
Release:
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.
Updated by Peter Amstutz over 1 year ago
- Assigned To set to Lucas Di Pentima
- Status changed from In Progress to New
Updated by Lucas Di Pentima over 1 year ago
- Status changed from New to In Progress
Updated by Lucas Di Pentima over 1 year ago
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.
Updated by Peter Amstutz over 1 year ago
Updated by Lucas Di Pentima over 1 year ago
- Status changed from In Progress to Resolved
Applied in changeset arvados|03c01a2340c42fbd9098f248c609f611f361c3a6.
Actions