mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +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'
|
# set cpu's to 'on demand'
|
||||||
( usleep 15000000
|
( usleep 15000000
|
||||||
progress "set cpu's to 'on demand'"
|
progress "set cpu's to 'conservative'"
|
||||||
cpupower frequency-set -g ondemand > /dev/null 2>&1
|
cpupower frequency-set -g conservative > /dev/null 2>&1
|
||||||
)&
|
)&
|
||||||
|
|
||||||
# prevent restrating XBMC at reboot or shutdown
|
# prevent restrating XBMC at reboot or shutdown
|
||||||
|
Loading…
x
Reference in New Issue
Block a user