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

Compare with Current View Page History

« Previous Version 6 Next »

Improving Load Balancing in a Distributed Orders Cluster

Please look at the Cluster article for more information about Distributed Orders Clusters.

Setting

To use the improved load balancing in distributed orders you have to configure the ./config/scheduler.xml:

        ...
        <params>
            <param name="scheduler.variable_name_prefix" value="SCHEDULER_PARAM_"/>
            <param name="scheduler.order.keep_order_content_on_reschedule" value="false"/>
            <param name="scheduler.order.distributed.balanced" value="true"/>
        </params>
        ...
  • No labels