init.zuma.rc: Disable util-awareness for mids and bigs
There are power regression reports for low activity use cases on mids and bigs. Disable util-awareness on mids and bigs for now until this is better investigated and either use a slightly higher threshold or fix any potential root cause that is causing unnecessary higher activities on these cores. Bug: 289293494 Signed-off-by: Qais Yousef <qyousef@google.com> Change-Id: I7ab2dca998c749567c5e1908d57b2174313e8390
This commit is contained in:
parent
06b3d41677
commit
4c559d3334
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ on init
|
|||
|
||||
# Set teo as cpu idle governor
|
||||
write /sys/devices/system/cpu/cpuidle/current_governor teo
|
||||
# Disable util-awareness for mids and bigs
|
||||
write /proc/vendor_sched/teo_util_threshold "2 1024 1024"
|
||||
|
||||
# Boot time fs tuning
|
||||
write /sys/block/sda/queue/iostats 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue