load balance- balance


SUBMITTED BY: dax74

DATE: Jan. 25, 2017, 11:17 p.m.

FORMAT: Text only

SIZE: 619 Bytes

HITS: 372055

  1. /* In balanced mode, the amount of diff1 solutions per pool is monitored as a
  2. * rolling average per 10 minutes and if pools start getting more, it biases
  3. * away from them to distribute work evenly. The share count is reset to the
  4. * rolling average every 10 minutes to not send all work to one pool after it
  5. * has been disabled/out for an extended period. */
  6. So --balance looks to the diff1 count and tries to get an even distribution.
  7. --load-balance looks at the --quota values and distributes work in proportion to the GCD of them, counting down until remaining quotas are all 0 and the values are reset.

comments powered by Disqus