I'm running some latency sensitive applications on Windows and am seeing some slight spikes at times.
Looking at the Windows performance monitor, I see the processors spending a majority of their time in the C3 idle state.
Is there some way to limit the max idle state to C1 (mwait or equivalent)? On Linux I could use a kernel command line argument (intel_idle.max_cstate=1) or /dev/cpu_dma_latency, but I can't find an equivalent for Windows.
I figured out how to disable CPU idle entirely (keep it at C0) using the power profile APIs, but that's not ideal as it generates unneeded heat and breaks the CPU usage reporting in Task Manager.
I'm running 1809 LTSC on an Intel i7-3770. I was not able to find an option to control this in the BIOS.