How fast should HZ be?
Posted Aug 5, 2005 9:33 UTC (Fri) by
tres (guest, #352)
Parent article:
How fast should HZ be?
Another reason to reduce the frequency is for servers with many virtual machines running since each one needs to service the interrupt and a machine with a thousand virtual machines running has to service ((1000 + 1) * Hz) timer interrupts. That is excessive when most of the virtual machines might be idle.
(
Log in to post comments)