init.zumapro.board.rc: Improve max_load_balance_interval value
This value is in jiffies, setting it to 4 doesn't mean it is 4ms, but it is 4 ticks or 16ms. Set it to the intended 1 TICK/4ms. Bug: 351817090 Flag: NONE, init scripts don't support flags Signed-off-by: Qais Yousef <qyousef@google.com> Change-Id: I23b8eacd13bd12cbab5272e7c72c38ab9ea44719
This commit is contained in:
parent
ee295f8029
commit
fe92c2de44
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ on property:sys.boot_completed=1
|
|||
# Setup scheduler parameters
|
||||
write /proc/vendor_sched/min_granularity_ns 1000000
|
||||
write /proc/vendor_sched/latency_ns 8000000
|
||||
write /proc/vendor_sched/max_load_balance_interval 4
|
||||
write /proc/vendor_sched/max_load_balance_interval 1
|
||||
write /proc/vendor_sched/enable_hrtick 1
|
||||
|
||||
# Setup final cpu.uclamp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue