Skip to content

Instantly share code, notes, and snippets.

@henices
Created January 12, 2018 06:12
Show Gist options
  • Select an option

  • Save henices/668fa62c8d2c71680dc6753585a0d0d3 to your computer and use it in GitHub Desktop.

Select an option

Save henices/668fa62c8d2c71680dc6753585a0d0d3 to your computer and use it in GitHub Desktop.
#! /bin/sh
echo core >/proc/sys/kernel/core_pattern
echo never > /sys/kernel/mm/transparent_hugepage/enabled
echo 1 >/proc/sys/kernel/sched_child_runs_first
echo 1 >/proc/sys/kernel/sched_autogroup_enabled
cd /sys/devices/system/cpu
echo performance | tee cpu*/cpufreq/scaling_governor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment