Relax background restriction to 16.67% am: fbb2777b1b am: 95290287cd am: 568f5c27ab

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15957488

Change-Id: I7a0a4dbde0fd7e641f27efb78d18604ce79e8a69
This commit is contained in:
Wei Wang 2021-10-05 17:36:00 +00:00 committed by Automerger Merge Worker
commit 39bf0611db

View file

@ -729,8 +729,8 @@ on property:sys.boot_completed=1
write /sys/kernel/vendor_sched/sf_uclamp_min 30
write /sys/kernel/vendor_sched/sf_prefer_idle 1
# Setup cpu.shares to throttle background group at 5%
write /dev/cpuctl/background/cpu.shares 1024
# Setup cpu.shares to throttle background group at 15%
write /dev/cpuctl/background/cpu.shares 4096
write /dev/cpuctl/system/cpu.shares 20480
# We only have system and background groups holding tasks and the groups below are empty
write /dev/cpuctl/camera-daemon/cpu.shares 20480