Change clock resolution to 1000 Hz
Posted
by
Ricky Robinson
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Ricky Robinson
Published on 2014-08-20T10:16:36Z
Indexed on
2014/08/20
10:33 UTC
Read the original article
Hit count: 298
I am running Ubuntu 12.04 and I need to change the clock resolution to 1000 Hz (now it's 250 Hz, the default value).
I understand that I have to set it and then recompile the kernel, as for example described here. It's not clear, though, how I can do it from the terminal, as for instance the suggested make menuconfig
won't work.
Any tips?
My current settings are:
$ cat /boot/config-3.8.0-29-generic | grep HZ
CONFIG_NO_HZ=y
CONFIG_RCU_FAST_NO_HZ=y
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
CONFIG_MACHZ_WDT=m
© Ask Ubuntu or respective owner