CPU speed / governor=performance?
#3
DietPi allows you to change CPU govs on the fly in dietpi-config, automatically applied during boot: http://dietpi.com/
Also supports options for setting process priority (nice), and lots more "tweaky goodness".


   
   


If you dont want to try DietPi:
Create a service to run the command during boot. copy and paste all into term, then reboot:


Code:
cat << _EOF_ > /etc/systemd/system/cpuondemand.service
[Unit]
Description=cpuondemand

[Service]
Type=oneshot
ExecStart=/bin/bash -c 'echo ondemand > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor'
StandardOutput=tty
RemainAfterExit=yes

[Install]
WantedBy=multi-user.target
_EOF_
systemctl enable cpuondemand.service
systemctl daemon-reload
  Reply


Messages In This Thread
RE: CPU speed / governor=performance? - by Fourdee - 07-20-2016, 10:17 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Strange OpenSSL RSA speed Test issue _835_ 2 3,601 07-27-2017, 12:51 AM
Last Post: _835_
  Variable Gigabit Ethernet speed? sheffield_nick 4 5,831 08-24-2016, 11:26 PM
Last Post: MarkHaysHarris777
  Debian Video Performance/"Driver" Install Fawks 8 11,306 06-15-2016, 07:55 AM
Last Post: Luke

Forum Jump:


Users browsing this thread: 1 Guest(s)