Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    Synopsis

    worker_max_threads = threads

    Where threads is the total number of Worker threads.
    By adjusting this field, the administrator may improve the Worker's performance. The However the increase in threads however also increases Supervisor the Worker's memory requirements. The Worker typically doesn't need a lot of threads to deal with normal usage.

    Example

    worker_max_threads = 10

    Defaults

    ...