diff --git a/doc/api/os.md b/doc/api/os.md index 91507e05e68bb5..ae1baf78e864d0 100644 --- a/doc/api/os.md +++ b/doc/api/os.md @@ -138,6 +138,10 @@ The properties included on each object include: `nice` values are POSIX-only. On Windows, the `nice` values of all processors are always 0. +`os.cpus().length` should not be used to calculate the amount of parallelism +available to an application. Use +[`os.availableParallelism()`](#osavailableparallelism) for this purpose. + ## `os.devNull`