Modify utilization group setting
We should set sysbg_ug to UG_BG but not sys_ug. Bug: 282718756 Test: build pass Change-Id: Ifa2dab78b0ea6c0d3e728b464f2f2139d7bf09aa
This commit is contained in:
parent
795ca9ada2
commit
0cb6218a7e
1 changed files with 1 additions and 3 deletions
|
@ -777,15 +777,13 @@ on property:sys.boot_completed=1
|
|||
|
||||
# Set ug group
|
||||
write /proc/vendor_sched/bg_ug 0
|
||||
write /proc/vendor_sched/sys_ug 0
|
||||
write /proc/vendor_sched/sysbg_ug 0
|
||||
write /proc/vendor_sched/ota_ug 0
|
||||
write /proc/vendor_sched/dex2oat_ug 1
|
||||
write /proc/vendor_sched/ta_ug 1
|
||||
|
||||
# Set bg group throttle
|
||||
write /proc/vendor_sched/ug_bg_group_throttle 308
|
||||
# TODO: remove this one after all kernel prebuilts are merged
|
||||
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