Tune worker threadpool size.
Section: Environment Variables and NODE_OPTIONS
Set libuv threadpool size
bash
bash
UV_THREADPOOL_SIZE=16 node app.jsExplanation
Can matter for fs, crypto, and other libuv-backed async work.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Environment Variables and NODE_OPTIONS