disabling SMT is best practice anyway for paranoid security (which is of course, the best security)
and as phoronix shows -- in some cases SMT being disabled can yield higher performance (but only in edge cases such as when cache is saturated per-core)
"intel inside"
has always meant what it says: intel inside.
(as in SIGINT inside)
i like how we can also disable SMT on a live running system
and as phoronix shows -- in some cases SMT being disabled can yield higher performance (but only in edge cases such as when cache is saturated per-core)
Originally posted by Volta
View Post
has always meant what it says: intel inside.
(as in SIGINT inside)
Originally posted by archkde
View Post
Code:
echo off > /sys/devices/system/cpu/smt/control
Comment