Skip to content

Commit

Permalink
Merge "msm8916 : Scheduler tuning parameters"
Browse files Browse the repository at this point in the history
  • Loading branch information
Linux Build Service Account authored and Gerrit - the friendly Code Review server committed Jun 4, 2015
2 parents 9afe852 + 9aec6a4 commit d75008e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rootdir/etc/init.qcom.post_boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -527,11 +527,11 @@ case "$target" in
echo 3 > /proc/sys/kernel/sched_ravg_hist_size

# HMP Task packing settings for 8916
echo 30 > /proc/sys/kernel/sched_small_task
echo 50 > /sys/devices/system/cpu/cpu0/sched_mostly_idle_load
echo 50 > /sys/devices/system/cpu/cpu1/sched_mostly_idle_load
echo 50 > /sys/devices/system/cpu/cpu2/sched_mostly_idle_load
echo 50 > /sys/devices/system/cpu/cpu3/sched_mostly_idle_load
echo 20 > /proc/sys/kernel/sched_small_task
echo 30 > /sys/devices/system/cpu/cpu0/sched_mostly_idle_load
echo 30 > /sys/devices/system/cpu/cpu1/sched_mostly_idle_load
echo 30 > /sys/devices/system/cpu/cpu2/sched_mostly_idle_load
echo 30 > /sys/devices/system/cpu/cpu3/sched_mostly_idle_load
echo 3 > /sys/devices/system/cpu/cpu0/sched_mostly_idle_nr_run
echo 3 > /sys/devices/system/cpu/cpu1/sched_mostly_idle_nr_run
echo 3 > /sys/devices/system/cpu/cpu2/sched_mostly_idle_nr_run
Expand Down

0 comments on commit d75008e

Please sign in to comment.