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

    Compare with Current View Page History

    « Previous Version 2 Current »

    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. However the increase in threads however also increases the Supervisor's memory requirements. The Worker typically doesn't need a lot of threads to deal with normal usage.

    Example

    worker_max_threads = 10

    Defaults

    8

    • No labels