How do I choose the number daemons? #455
-
|
👋 thanks for such a nice api and wonderful package. Such a basic question, but how do i decide to choose the number of daemons to use? Would this fall in the number of cores -1 or something like that? |
Beta Was this translation helpful? Give feedback.
Answered by
shikokuchuo
Sep 25, 2025
Replies: 1 comment 2 replies
-
|
Yes, |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
shikokuchuo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes,
number of cores - 1is the rule of thumb for the most optimal choice. Of course, if you know you're using cores to do other things then use fewer. Things will still work if you use 'too many', but it'll just be less efficient due to context switching at the OS level.