@@ -3467,23 +3467,6 @@ threadpool by setting the `'UV_THREADPOOL_SIZE'` environment variable to a value
3467
3467
greater than ` 4 ` (its current default value). For more information, see the
3468
3468
[ libuv threadpool documentation] [ ] .
3469
3469
3470
- ### ` UV_USE_IO_URING=value `
3471
-
3472
- Enable or disable libuv's use of ` io_uring ` on supported platforms.
3473
-
3474
- On supported platforms, ` io_uring ` can significantly improve the performance of
3475
- various asynchronous I/O operations.
3476
-
3477
- ` io_uring ` is disabled by default due to security concerns. When ` io_uring `
3478
- is enabled, applications must not change the user identity of the process at
3479
- runtime. In this case, JavaScript functions such as [ ` process.setuid() ` ] [ ] are
3480
- unavailable, and native addons must not invoke system functions such as
3481
- [ ` setuid(2) ` ] [ ] .
3482
-
3483
- This environment variable is implemented by a dependency of Node.js and may be
3484
- removed in future versions of Node.js. No stability guarantees are provided for
3485
- the behavior of this environment variable.
3486
-
3487
3470
## Useful V8 options
3488
3471
3489
3472
V8 has its own set of CLI options. Any V8 CLI option that is provided to ` node `
@@ -3644,8 +3627,6 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
3644
3627
[ `net.getDefaultAutoSelectFamilyAttemptTimeout()` ] : net.md#netgetdefaultautoselectfamilyattempttimeout
3645
3628
[ `node:sqlite` ] : sqlite.md
3646
3629
[ `process.setUncaughtExceptionCaptureCallback()` ] : process.md#processsetuncaughtexceptioncapturecallbackfn
3647
- [ `process.setuid()` ] : process.md#processsetuidid
3648
- [ `setuid(2)` ] : https://man7.org/linux/man-pages/man2/setuid.2.html
3649
3630
[ `tls.DEFAULT_MAX_VERSION` ] : tls.md#tlsdefault_max_version
3650
3631
[ `tls.DEFAULT_MIN_VERSION` ] : tls.md#tlsdefault_min_version
3651
3632
[ `unhandledRejection` ] : process.md#event-unhandledrejection
0 commit comments