From a61adea896b32d6414a64163189f3561cff3eb23 Mon Sep 17 00:00:00 2001 From: Thomas Kaiser Date: Sun, 18 Jun 2017 13:42:22 +0200 Subject: [PATCH] Fix for switching back to 4 active CPU cores Should fix #698 --- scripts/h3consumption | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/h3consumption b/scripts/h3consumption index c8a9d7ecdb..4823990f24 100755 --- a/scripts/h3consumption +++ b/scripts/h3consumption @@ -351,6 +351,7 @@ ChangeSettings() { ""|4) # enable corekeeper sed -i -e 's/^corekeeper_enabled\ =\ 0/corekeeper_enabled = 1/g' "${FexSettings}" + echo "# All CPU cores active" >>"${RCLocalContents}" ;; 3) # disable corekeeper and 1 core in /etc/rc.local