Project

General

Profile

Bug #20594

Updated by Peter Amstutz 10 months ago

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. 

Back