CONFIG_HZ_100=y
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=100

Smaller numbers here actually mean less clock interrupts per second. This means that the CPU doesn't have to spend as much time switching between processes. However it also means that a process will have to wait longer if another one is currently using the CPU. Higher numbers tend to be good for getting faster responses, since the process on average shouldn't have to wait as long to actually get back on the CPU.

I believe the help messages suggest 100Hz for a server, where responsiveness is not a problem, you just don't want the CPU wasting time switching processes lots. 250Hz and 300Hz are for more for desktop machines, and the 1000Hz for a really low latency desktop machine. So have you tried the high speeds?

Shawn

--
[EMAIL PROTECTED] mailing list

Reply via email to