Skip to content

Commit

Permalink
yakt: Enable CRF by default
Browse files Browse the repository at this point in the history
Signed-off-by: NotZeetaa <rodrigo2005contente@gmail.com>
  • Loading branch information
NotZeetaa committed Jun 6, 2024
1 parent e7e01cd commit bad3eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions yakt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ log_info "Disabling Sched Auto Group..."
write_value "$KERNEL_PATH/sched_autogroup_enabled" 0
log_info "Done."

# Disable CRF by default
# Enable CRF by default
log_info "Enabling child_runs_first"
write_value "$KERNEL_PATH/sched_child_runs_first" 0
write_value "$KERNEL_PATH/sched_child_runs_first" 1
log_info "Done."

# Apply RAM tweaks
Expand Down

0 comments on commit bad3eeb

Please sign in to comment.