-
What does "Default: number of CPUs" mean? Does that mean that Material detects how many CPU cores are in my system and sets the option to that number? If yes, I think it would be better to document this as, e.g., |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Yes, it's equal to the number of CPUs on the build system. Detection is done using |
Beta Was this translation helpful? Give feedback.
-
Okay, thanks for the explanation. So in most cases, it's recommended to keep the default setting. |
Beta Was this translation helpful? Give feedback.
Yes, it's equal to the number of CPUs on the build system. Detection is done using
os.cpu_count()
. I'm not happy withDefault: number of CPUs detected
either, I'll see if we can find a better formulation.