Make bg group throttle value experimental

Bug: 287562715
Test: build pass
Change-Id: I6482881c454687fe7ccae5d7d1da39d88b27a476
This commit is contained in:
Rick Yiu 2023-06-16 11:19:18 +00:00
parent f2ec1ed9ab
commit 7e4ac7e54e

View file

@ -739,7 +739,7 @@ on property:sys.boot_completed=1
write /proc/vendor_sched/ta_ug 1 write /proc/vendor_sched/ta_ug 1
# Set bg group throttle # Set bg group throttle
write /proc/vendor_sched/ug_bg_group_throttle 308 write /proc/vendor_sched/ug_bg_group_throttle ${persist.device_config.vendor_system_native.ug_bg_group_throttle:-308}
# Set uclamp.max for some groups, which could indicate cpu importance used in scheduling # Set uclamp.max for some groups, which could indicate cpu importance used in scheduling
write /proc/vendor_sched/bg_uclamp_max 512 write /proc/vendor_sched/bg_uclamp_max 512