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

    Compare with Current View Page History

    Version 1 Next »

    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 increase in threads however also increases Supervisor 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