

Our extensive testing showed that for the newer Xeon CPUs this always nets a significant (12% or more) gain via UNIX Bench. The key is that both these BIOS changes need to be made and powerd needs to be enabled otherwise there is no gain (we tested it … a lot). Max performance simply locks all cores to the max frequency, which we want to avoid as we want cores to be able to slow down as needed. This turns on powerd and sets it’s bias to be high performance, but not “max performance” which is deceptive. You can verify this change has worked by checking that the kernel recognizes SpeedStep: # grep -i speedstep /var/run/dmesg.bootĪnd of course enable powerd by adding these lines to /etc/rc.conf: powerd_enable="YES" Each BIOS is different obviously so some poking around might be needed for your servers. Using AMI’s server BIOS as an example, the option is located under the Advanced tab, then go to CPU Configuration and then CPU Power Management Configuration and set Power Technology to “Energy Efficient” and then Energy/Performance Bias to “Performance”. Power management must be enabled in the BIOS. In dmesg boot if you see lines similar to this: est: CPU supports Enhanced Speedstep, but is not recognized. Lots of hosting providers turn off power management in the BIOS which can result in SpeedStep not being properly recognized by FreeBSD even if powerd is enabled. The 12% increase figure was taken via UNIX Bench and completely loading all cores during testing. If your work load is bursty in nature, or you have a few applications or services which tend to only use a few cores, the practical performance increase can be much higher than this. For the latest Xeon processors (for example the E5-2620s) this nets over a 12% performance gain because these newer CPUs are heavily optimized for TurboBoost, but it can’t engage without SpeedStep. TurboBoost will not engage if SpeedStep information is not being received from the OS, so it is crucial to enable the powerd(8) service and ensure that SpeedStep is performing properly.
HOW TO ENABLE TURBO BOOST H170 WINDOWS
Much like HyperThreading, windows of opportunity quickly close and open, and the CPU and OS work in rapid conjunction to calculate and exploit them.

This increases the power and thermal windows for TurboBoost to work effectively as slowing down/idling little-used cores means more thermal dissipation and power to boost busy cores with. SpeedStep is the selective and rapid slowing down, idling and possibly even sleeping of cores which are not being used or used much. Modern Intel CPUs employ a technology called TurboBoost which works in conjunction with Intel’s SpeedStep technology to temporarily overclock specific cores (sometimes at over 2x the advertised speed) when thermal and power limits allow.
