...
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 rm_getthe 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.
...