1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

changing default affinity (some systems only have a single core)

This commit is contained in:
Steffen Vogel 2016-07-11 16:04:07 +02:00
parent 1516ebab6e
commit 6d8401d88a

View file

@ -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.