LoginSignup
0
0

More than 1 year has passed since last update.

Ubuntuでscaling_governorをperformanceにする

Last updated at Posted at 2019-07-15

現在のgovernorの確認

$ sudo apt install cpufrequtils

$ cpufreq-info -p
800000 4400000 powersave

scaling_governorの設定

$ echo 'GOVERNOR="performance"' | sudo tee /etc/default/cpufrequtils
$ sudo systemctl disable ondemand

$ sudo reboot

おわり

$ cpufreq-info -p
800000 4000000 performance
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0