We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5a20c commit 808db15Copy full SHA for 808db15
1 file changed
doc/api/cli.md
@@ -4055,6 +4055,15 @@ Wed May 12 2021 20:30:48 GMT+0100 (Irish Standard Time)
4055
4056
### `UV_THREADPOOL_SIZE=size`
4057
4058
+<!-- YAML
4059
+changes:
4060
+ - version: REPLACEME
4061
+ pr-url: https://github.com/nodejs/node/pull/61533
4062
+ description: Node.js now automatically sets `UV_THREADPOOL_SIZE` to the
4063
+ available CPU parallelism (with a minimum of 4 and a maximum
4064
+ of 1024) when the environment variable is not already set.
4065
+-->
4066
+
4067
Set the number of threads used in libuv's threadpool to `size` threads.
4068
4069
Asynchronous system APIs are used by Node.js whenever possible, but where they
0 commit comments