Set bg group throttle to 30 percent of cpu capacity
Also remove old settings. Bug: 201260585 Test: value set as expected Change-Id: I31576d3c10c293e32616e839e29d751beb7a2a6c
This commit is contained in:
parent
67a21afc77
commit
9d122f3b4e
1 changed files with 3 additions and 9 deletions
|
@ -726,15 +726,9 @@ on property:sys.boot_completed=1
|
|||
write /proc/vendor_sched/ta_uclamp_min 1
|
||||
write /proc/vendor_sched/fg_uclamp_min 0
|
||||
write /proc/vendor_sched/sys_prefer_idle 0
|
||||
# cfs_rq clamp is using tg->uclamp setting
|
||||
# align it with the vendor_group setting
|
||||
write /proc/vendor_sched/bg_uclamp_max 512
|
||||
write /dev/cpuctl/background/cpu.uclamp.max 50
|
||||
write /proc/vendor_sched/sysbg_uclamp_max 512
|
||||
write /dev/cpuctl/system-background/cpu.uclamp.max 50
|
||||
write /proc/vendor_sched/dex2oat_uclamp_max 615
|
||||
write /dev/cpuctl/dex2oat/cpu.uclamp.max 60
|
||||
write /proc/vendor_sched/ota_uclamp_max 410
|
||||
|
||||
# Set bg group throttle
|
||||
write /proc/vendor_sched/vug_bg_group_throttle 308
|
||||
|
||||
# Set PMU freq limit parameters
|
||||
write /sys/devices/system/cpu/cpufreq/policy0/sched_pixel/lcpi_threshold 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue