1
Hardware and Performance / intel_speed_shift.default_epp being ignored on boot
« on: June 16, 2022, 03:13:08 pm »
Using OPNSense 22.1.8 typing in:
which results in a nice drop in CPU temperature.
I want this setting to persist at reboot, but regardless of where I put it, it is ignored. I have tried
Interestingly, if I manually do a:
It immediately picks up the new setting and the temps drop.
So my question is, where can I put the setting so that it will be read at boot time?
Code: [Select]
sysctl dev.hwpstate_intel.0.epp=100which results in a nice drop in CPU temperature.
I want this setting to persist at reboot, but regardless of where I put it, it is ignored. I have tried
Code: [Select]
/boot/loader.conf.local
/etc/sysctl.conf
/etc/sysctl.conf.local
/etc/rc.conf.d/10-mysysctlInterestingly, if I manually do a:
Code: [Select]
service sysctl restartIt immediately picks up the new setting and the temps drop.
So my question is, where can I put the setting so that it will be read at boot time?

