Fix minor typo

Child task is executed before the parent if sched_child_runs_first is set to 1, but budget branch sets it to 0.
pull/25/head
NitroVenom 3 years ago committed by GitHub
parent 5f4d46e7d7
commit 02bb4f1989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ write /proc/sys/kernel/perf_cpu_time_max_percent 2
# Group tasks for less stutter but less throughput
write /proc/sys/kernel/sched_autogroup_enabled 1
# Execute child process before parent after fork
# Process child-parent forks naturally
write /proc/sys/kernel/sched_child_runs_first 0
# Preliminary requirement for the following values

Loading…
Cancel
Save