Merge changes I4d719edf,Icbdd5e18 into udc-d1-dev am: ebcd090cdb
Original change: https://googleplex-android-review.googlesource.com/c/device/google/zuma/+/22897987 Change-Id: I8fcb8baf143b86446ce504086b575462b01b0b5e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
24eba5d09c
2 changed files with 4 additions and 14 deletions
|
@ -741,19 +741,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/bg_group_throttle 512
|
||||
write /proc/vendor_sched/sysbg_uclamp_max 512
|
||||
write /dev/cpuctl/system-background/cpu.uclamp.max 50
|
||||
write /proc/vendor_sched/sysbg_group_throttle 512
|
||||
write /proc/vendor_sched/dex2oat_uclamp_max 615
|
||||
write /dev/cpuctl/dex2oat/cpu.uclamp.max 60
|
||||
write /proc/vendor_sched/dex2oat_group_throttle 615
|
||||
write /proc/vendor_sched/ota_uclamp_max 410
|
||||
write /proc/vendor_sched/ota_group_throttle 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
|
||||
|
|
|
@ -287,7 +287,7 @@
|
|||
},
|
||||
{
|
||||
"Name": "OtaProfiles",
|
||||
"Profiles": [ "OtaPerformance", "ServiceCapacityLow", "LowIoPriority", "TimerSlackHigh" ]
|
||||
"Profiles": [ "OtaPerformance", "ProcessCapacityNormal", "LowIoPriority", "TimerSlackHigh" ]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue