View previous topic :: View next topic |
Author |
Message |
wswartzendruber Veteran
Joined: 23 Mar 2004 Posts: 1261 Location: Idaho, USA
|
Posted: Sun Dec 26, 2004 10:41 pm Post subject: Setting HZ to 1000 |
|
|
So some sort of Xine optimizer page told me to the following:
Quote: | Set HZ to 1000 in /usr/src/linux/include/asm-i386/param.h |
So the kernel is recompiling with this change. What is this going to do? _________________ Git has obsoleted SVN.
10mm Auto has obsoleted 45 ACP. |
|
Back to top |
|
|
wdreinhart Guru
Joined: 11 Jun 2003 Posts: 569 Location: 4QFJ12345678
|
Posted: Sun Dec 26, 2004 11:07 pm Post subject: |
|
|
It changes the frequency of the kernel's internal timer from the default (100 ticks/second, I think) to 1000Hz. that allows the kernel to shedule tasks in increments of 1 millisecond instead of 10ms. |
|
Back to top |
|
|
riscycdj n00b
Joined: 09 Oct 2005 Posts: 61
|
Posted: Thu Jan 05, 2006 4:47 am Post subject: |
|
|
Changing that parameter is a bad idea. On my system it actually caused video and music to play slower than it should and the system clock ran slow. Recompiling with the default 250Hz fixed it.
My system is an AMD Barton clocked at 2GHz. Maybe newer systems can handle the higher tick rate. |
|
Back to top |
|
|
|