Ask HN: What resource allocation strategies do IaaS providers use?
This is a classic case of multidimensional bin packing problem. The problem of assigning VMs to PMs is known to be NP-Hard. It would be great to understand/know a high level solution ignoring the detailed complexity (SLA etc.)
2 comments
[ 3.9 ms ] story [ 13.7 ms ] threadI think you'll find that most IaaS providers largely follow the latest heuristics in established bin-packing literature.
(Source: worked at Google, knew some folks on the Borg/Omega teams.)