MycroftOS: Use ondemand CPU governor

This commit is contained in:
Peter Steenbergen 2020-03-26 10:02:15 +01:00
parent 6c7b39c1c3
commit 8871ab4515
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ exec 1>/var/log/$(basename $0).log 2>&1
mkdir -p /boot
mount -t vfat /dev/mmcblk0p1 /boot
echo performance > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
rm /var/lib/alsa/asound.state
rm /etc/pulse/default.pa