(相关资料图)
在国外贴子上看到了在不关机的情况下切换(开启/禁用)CPU超线程的简单方法,适用于较新的Linux Kernel(亲测CentOS 7有效):
1、检查超线程的状态:
如果返回值是0,表示超线程已关闭;返回值是1,表示超线程已开启。
2、切换超线程状态:
(1)关闭:
(2)开启:
以上内容参考了网文:
Disable hyperthreading from within Linux (no access to BIOS)
https://serverfault.com/questions/235825/disable-hyperthreading-from-within-linux-no-access-to-bios
关键词: 的情况下