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 a460cf1 commit d86271aCopy full SHA for d86271a
1 file changed
doc/api/cli.md
@@ -4066,6 +4066,15 @@ Wed May 12 2021 20:30:48 GMT+0100 (Irish Standard Time)
4066
4067
### `UV_THREADPOOL_SIZE=size`
4068
4069
+<!-- YAML
4070
+changes:
4071
+ - version: REPLACEME
4072
+ pr-url: https://github.com/nodejs/node/pull/61533
4073
+ description: Node.js now automatically sets `UV_THREADPOOL_SIZE` to the
4074
+ available CPU parallelism (with a minimum of 4 and a maximum
4075
+ of 1024) when the environment variable is not already set.
4076
+-->
4077
+
4078
Set the number of threads used in libuv's threadpool to `size` threads.
4079
4080
Asynchronous system APIs are used by Node.js whenever possible, but where they
0 commit comments