如何禁用 CPU 限制?
我需要完成此操作才能正確安裝 atlas。我在谷歌和超級用戶上檢查了很多類似的問題,但沒有找到解決方案。
使用Red Hat Enterprise Linux Server release 6.6 (Santiago)
這是我的 CPU 訊息
[root@tpdb05 stage]# cat /proc/acpi/processor/CPU0/info
processor id: 0
acpi id: 0
bus mastering control: no
power management: no
throttling control: yes
limit interface: yes
[root@tpdb05 stage]# cat /proc/acpi/processor/CPU1/info
processor id: 1
acpi id: 1
bus mastering control: no
power management: no
throttling control: yes
limit interface: yes
先感謝您!
答案1
節流控制由cpuspeed守護程式在紅帽 6.5 上
您可以停止守護程式:
service cpuspeed stop
這是不正確的,伺服器僅在過熱時進行節流,CPU 縮放會根據伺服器的工作負載變更 CPU 頻率,預設情況下,當 CPU 閒置時為最低頻率,當工作負載較重時為最高頻率。這個參數稱為州長並且它是可以改變的。更多資訊請參見紅帽文檔。