Skip to content

Commit

Permalink
yakt: Disable Always allow sched boosting on top-app tasks
Browse files Browse the repository at this point in the history
* Let's be more batteru friendly

Signed-off-by: NotZeetaa <[email protected]>
  • Loading branch information
NotZeetaa committed Jul 1, 2022
1 parent b9b62ef commit a89918b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions yakt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,13 +187,6 @@ fi
# By kdrag0n
echo 1 > /proc/sys/net/ipv4/tcp_ecn

# Always allow sched boosting on top-app tasks
# Credits to tytydraco
echo "$(date "+%H:%M:%S") * Always allow sched boosting on top-app tasks" >> $LOG
echo 0 > $KL/sched_min_task_util_for_colocation
echo "$(date "+%H:%M:%S") * Done" >> $LOG
echo " " >> $LOG

# Watermark Boost Tweak
echo "$(date "+%H:%M:%S") * Checking if you have watermark boost support" >> $LOG
if [[ "$PS" == *"4.19"* ]]
Expand Down

0 comments on commit a89918b

Please sign in to comment.