CPU 조절을 비활성화하려면 어떻게 해야 합니까?
아틀라스를 제대로 설치하려면 이 작업을 수행해야 합니다. Google과 여기 슈퍼유저에서 비슷한 질문을 많이 확인했지만 해결책을 찾지 못했습니다.
사용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
조절 제어는 다음에 의해 관리됩니다.CPU속도 데몬레드햇 6.5에서
데몬을 중지할 수 있습니다.
service cpuspeed stop
서버가 과열될 때만 조절한다는 것은 사실이 아니며, CPU 스케일링은 서버의 작업량에 따라 CPU 주파수를 변경합니다. 기본적으로 CPU가 유휴 상태일 때는 최소로, 작업량이 많을 때는 최대로 변경됩니다. 이 매개변수는지사그리고 그것은 바뀔 수 있다. 자세한 내용은 다음에서 확인할 수 있습니다.RedHat 문서.