echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo
lscpu | grep "MHz"
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
NVIDIA does not offer overclocking in its main control panel. If you used NVIDIA Inspector or NVIDIA-SMI in command line:
RAM overclocking is often the hidden culprit for instability.
Step 1: Enter BIOS (same as CPU section). how to disable overclocking
Step 2: Find memory settings:
Step 3: Save & Exit (F10).
Result: Your RAM will run at default JEDEC speed (e.g., 2133/2400/3200 MHz instead of 3600 MHz). This is slower but stable.
RAM overclocking is often overlooked but is a major cause of instability. XMP (Intel), DOCP (AMD for DDR4), and EXPO (AMD for DDR5) are factory-approved overclocks—but they are still overclocks. Pass criteria: sustained operation at or below stock
For compute farms and secure workstations:
We assume a scenario where an adversary (or an unaware user) might re-enable overclocking after initial lockdown. Attack vectors include: echo 1 > /sys/devices/system/cpu/intel_pstate/no_turbo
Thus, a complete disable must address persistent state, runtime policy, and physical/jumper protection.