From aa10a8a37a18796682c5e4a3bd8e0b2d1934b602 Mon Sep 17 00:00:00 2001 From: Einsler Lee Date: Mon, 1 Mar 2021 16:34:10 +0800 Subject: [PATCH] remove the default value of CPUAffinity "1 2" is not the default value systemd used to set CPUAffinity. Let's remove it to avoid confusing users. --- src/core/system.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/system.conf.in b/src/core/system.conf.in index eecaff9f27..b8805b02fa 100644 --- a/src/core/system.conf.in +++ b/src/core/system.conf.in @@ -24,7 +24,7 @@ #CrashShell=no #CrashReboot=no #CtrlAltDelBurstAction=reboot-force -#CPUAffinity=1 2 +#CPUAffinity= #NUMAPolicy=default #NUMAMask= #RuntimeWatchdogSec=0 -- 2.25.1