Sometimes we need to stop SMT on CPU for unlock the max frequency
For one core
$ echo 0 | sudo tee /sys/devices/system/cpu/cpu1/online
Globally
$ echo off | sudo tee /sys/devices/system/cpu/smt/control
Sometimes we need to stop SMT on CPU for unlock the max frequency
For one core
$ echo 0 | sudo tee /sys/devices/system/cpu/cpu1/online
Globally
$ echo off | sudo tee /sys/devices/system/cpu/smt/control