You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    Version 1 Current »

    Synopsis

    worker_max_clients = clients
    Clients is the maximum number of network messages a thread is allowed to service before dying. By increasing this number, the administrator is able to reduce the overhead of threads which re-spawn. The penalty however, is the inability to release unused memory quickly.

    Example

    worker_max_clients = 128

    Defaults

    256

    • No labels