Skip to content

Commit

Permalink
kernel configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Jul 4, 2017
1 parent 892b0ff commit 6ad1411
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/kernel_config.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash -x

echo 1 | sudo tee /proc/sys/kernel/sched_child_runs_first
echo core | sudo tee /proc/sys/kernel/core_pattern
cd /sys/devices/system/cpu; echo performance | sudo tee cpu*/cpufreq/scaling_governor

0 comments on commit 6ad1411

Please sign in to comment.