thyrinn wrote:
How does the CPU scheduler work for UMLs? Do all the UML processes run at the same priority on the host and all CPU is split even? If two Linodes both try and use 100% CPU they each get 50%?
The CPU scheduler on the HOST distributes CPU time evenly across all the processes (UMLs) asking for CPU time... That is why I group Linodes of the same plan on one box. So yes, if two Linodes want full steam, they'll both get 50% (actually, they'll both get 100%, since these are dual-processor machines).
-Chris