From d39937fc6c53e94f9e94c8d533366d925c407eaa Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 12 Feb 2024 16:13:28 -0500 Subject: [PATCH] disable currently unused energy aware scheduling --- sysctl.d/local.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysctl.d/local.conf b/sysctl.d/local.conf index 0889840..a2a1c39 100644 --- a/sysctl.d/local.conf +++ b/sysctl.d/local.conf @@ -54,3 +54,5 @@ kernel.panic_on_oops = 1 dev.tty.ldisc_autoload = 0 fs.binfmt_misc.status = 0 + +kernel.sched_energy_aware = 0