Hello All,
The multi-threading article Multithreading | ZeroTier Documentation talks about cpu pinning , but where should the pinned cpu be referenced / configured ? Is it in local.conf ?
thanks a lot for any insight and help.
Hello All,
The multi-threading article Multithreading | ZeroTier Documentation talks about cpu pinning , but where should the pinned cpu be referenced / configured ? Is it in local.conf ?
thanks a lot for any insight and help.
I noticed that it starts pinning starting from core 0
zerotier-one[41396]: Starting Control Plane…
zerotier-one[41396]: Starting V6 Control Plane…
zerotier-one[41396]: Pinning tap thread 0 to core 0
zerotier-one[41396]: Pinning tap thread 1 to core 1
zerotier-one[41396]: Pinning tap thread 2 to core 2
zerotier-one[41396]: Pinning tap thread 3 to core 3
zerotier-one[41396]: Pinning tap thread 4 to core 4
zerotier-one[41396]: Pinning tap thread 5 to core 5
zerotier-one[41396]: Pinning tap thread 6 to core 6
zerotier-one[41396]: Pinning tap thread 7 to core 7
Is there anyway I can make it skip certain cores or pick specific ones ?
thanks.