mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Changed cpu gov from ondemand to conservative
This commit is contained in:
parent
5ea272e89b
commit
4b9c2a99a8
@ -67,8 +67,8 @@ fi
|
||||
|
||||
# set cpu's to 'on demand'
|
||||
( usleep 15000000
|
||||
progress "set cpu's to 'on demand'"
|
||||
cpupower frequency-set -g ondemand > /dev/null 2>&1
|
||||
progress "set cpu's to 'conservative'"
|
||||
cpupower frequency-set -g conservative > /dev/null 2>&1
|
||||
)&
|
||||
|
||||
# prevent restrating XBMC at reboot or shutdown
|
||||
|
Loading…
x
Reference in New Issue
Block a user