Knowledgebase

Centos7 set high CPU performance

  • 2

Use the following command to view the current frequency of the CPU
cat /proc/cpuinfo |grep MHz|uniq
Or lscpu

Use the following command to modify the CPU performance mode
sudo cpupower frequency-set -g performance


Was this answer helpful?

© Copyright 2019. CTG SERVER LTD