diff --git a/rootdir/bin/init.qcom.post_boot.sh b/rootdir/bin/init.qcom.post_boot.sh index f22b6647..4068b8f9 100755 --- a/rootdir/bin/init.qcom.post_boot.sh +++ b/rootdir/bin/init.qcom.post_boot.sh @@ -5134,7 +5134,7 @@ case "$target" in for memlat in $device/*qcom,devfreq-l3/*cpu*-lat/devfreq/*cpu*-lat do echo "mem_latency" > $memlat/governor - echo 10 > $memlat/polling_interval + echo 8 > $memlat/polling_interval echo 400 > $memlat/mem_latency/ratio_ceil done @@ -5148,7 +5148,7 @@ case "$target" in for memlat in $device/*cpu*-lat/devfreq/*cpu*-lat do echo "mem_latency" > $memlat/governor - echo 10 > $memlat/polling_interval + echo 8 > $memlat/polling_interval echo 400 > $memlat/mem_latency/ratio_ceil done @@ -5156,7 +5156,7 @@ case "$target" in for latfloor in $device/*cpu-ddr-latfloor*/devfreq/*cpu-ddr-latfloor* do echo "compute" > $latfloor/governor - echo 10 > $latfloor/polling_interval + echo 8 > $latfloor/polling_interval done #Gold L3 ratio ceil