From f0b3a9e8e6e0fbf2ae246177c8ad1ac66528e62d Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Thu, 12 Sep 2024 16:16:31 -0700 Subject: [PATCH] Make linter happy --- docs/multithreading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/multithreading.md b/docs/multithreading.md index f3608bd..cde784f 100644 --- a/docs/multithreading.md +++ b/docs/multithreading.md @@ -26,7 +26,7 @@ The feature requires manual activation using the `local.conf` file in the same h *[See here](https://docs.zerotier.com/config) for more info on how to configure the client using `local.conf`* -### Tip for success: +### Tip for success It is recommended that you choose a concurrency level that is reflective of the actual number of physical (not virtual) cores on your machine. For instance, if `nproc` reports `4`, set a concurrency level of `2`. Additionally, enabling [pinning](https://en.wikipedia.org/wiki/Processor_affinity) seems to improve performance in more cases than not.