LWN.net Logo

The return of power-aware scheduling

The return of power-aware scheduling

Posted Aug 24, 2012 5:37 UTC (Fri) by jhhaller (subscriber, #56103)
Parent article: The return of power-aware scheduling

Virtualization adds yet another wrinkle to power-aware scheduling. The host frequently doesn't know what the VMs are doing, and you get two sets of schedulers which are hopefully using the same algorithm, and getting to the same state.

The other aspect with unexpected results is cross-scheduling tasks into a different NUMA block. The extra delay accessing non-local memory could cause the task to take longer to get to the point it can block, so putting a waiting task onto an idle CPU on a different socket compared to the last time it ran will run slowly.

Lota of challenges here.


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds