Modify utilization group setting
We should set sysbg_ug to UG_BG but not sys_ug. Bug: 282718756 Test: build pass Change-Id: I739d9379b321ef6cf3f4edebb530269bb859002c
This commit is contained in:
parent
cac33c008f
commit
08de96d5a1
1 changed files with 1 additions and 3 deletions
|
@ -749,15 +749,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