Views:
393
Votes: 1
✅ Solution
Tags:
18.04
intel
turbo-boost
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/1155295
Title:
Turbo Boost Ubuntu
ID:
/2019/07/01/Turbo-Boost-Ubuntu
Created:
July 1, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
To disable turbo boost (for Intel anyway) use this command:
$ echo "1" | sudo tee /sys/devices/system/cpu/intel_pstate/no_turbo
1
Another option is to limit your CPU frequencies to non-turbo boost speeds or even lower. For this purpose I wrote cpuf
:
Visit the link to copy the script or get more details.