Solved [Solved] How to set timer via sysctl.conf?

Dear all,

Does anybody know how to set kern.eventtimer.timer via sysctl.conf to LAPIC? I can set it via sysctl fine, but if I set it via .conf file then nothing happens and I still end up with HPET after the boot. The reason I need this is I get 0.9 load average on an idle desktop with an HPET for some reason.

Here's the string I try in the sysctl.conf:

Code:
kern.eventtimer.timer=LAPIC
 
Re: How to set timer via sysctl.conf?

I am sorry, found it. Should be set via loader.conf instead.
 
Back
Top