Skip to content

Commit

Permalink
ginkgo: rootdir: Changes to stune configuration
Browse files Browse the repository at this point in the history
 * drop dynamic stune boost
 * set top app stune boost to 1
  • Loading branch information
adithya2306 authored and notakbuzz committed Jul 8, 2021
1 parent 6f64341 commit 552d0e7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions rootdir/etc/init.ginkgo.rc
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,9 @@ on property:vendor.post_boot.parsed=1

# Setup default schedTune value for foreground/top-app
write /dev/stune/foreground/schedtune.prefer_idle 1
write /dev/stune/top-app/schedtune.boost 5
write /dev/stune/top-app/schedtune.boost 1
write /dev/stune/top-app/schedtune.prefer_idle 1

# Configure dynamic stune boost
write /sys/module/cpu_boost/parameters/dynamic_stune_boost 15
write /sys/module/cpu_boost/parameters/dynamic_stune_boost_ms 1000
write /dev/stune/top-app/schedtune.sched_boost 15

# Setup scheduler tunables
write /proc/sys/kernel/sched_upmigrate 85
write /proc/sys/kernel/sched_downmigrate 75
Expand Down

0 comments on commit 552d0e7

Please sign in to comment.