Versions Compared

Key

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

...

Setting load_balancing to true will make the scheduler take into account the load average on vnodes. This requires the scheduler to contact the mom via the rm library's getreq().

This is a slow way of doing things, as the scheduler will ping each vnode every cycle. Instead, just like mom dynamic resources, it should be set in an exechost hook.

...