Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Published by Scroll Versions from this space and version 6.9-0

    Synopsis

    supervisor_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

    supervisor_max_clients = 128

    Defaults

    32

    See Also

    supervisor_thread_count

    supervisor_max_threads

    supervisor_idle_threads