From 6d8401d88a7b8e449de94288e4c433c51e5d6b46 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Mon, 11 Jul 2016 16:04:07 +0200 Subject: [PATCH] changing default affinity (some systems only have a single core) --- etc/global.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/global.conf b/etc/global.conf index f3a5e21f5..78dd57210 100644 --- a/etc/global.conf +++ b/etc/global.conf @@ -14,7 +14,7 @@ ############ Global Options ############ -affinity = 0x02; # Mask of cores the server should run on +affinity = 0x01; # Mask of cores the server should run on # This also maps the NIC interrupts to those cores! priority = 50; # Priority for the server tasks.