We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9ec98 commit d059dbcCopy full SHA for d059dbc
doc/api/os.md
@@ -142,6 +142,9 @@ The properties included on each object include:
142
`nice` values are POSIX-only. On Windows, the `nice` values of all processors
143
are always 0.
144
145
+On Linux and Android when `/proc` filesystem is not accessible, this function
146
+may return an empty list.
147
+
148
`os.cpus().length` should not be used to calculate the amount of parallelism
149
available to an application. Use
150
[`os.availableParallelism()`](#osavailableparallelism) for this purpose.
0 commit comments