Implement basic scheduling based on how much Chunks are already running on the node. Since Chunks currently all have the same resource limits, we could simply estimate how many will fit on a node based on the CPU and memory available. Assign the available Slots to a node.
Implement basic scheduling based on how much Chunks are already running on the node. Since Chunks currently all have the same resource limits, we could simply estimate how many will fit on a node based on the CPU and memory available. Assign the available Slots to a node.