How fast should HZ be?
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.
Posted Aug 11, 2005 5:33 UTC (Thu)
by xorbe (guest, #3165)
[Link]
Certainly such a setup would be hand-tuned hopefully...How fast should HZ be?