jonasschmedtmann / complete-node-bootcamp

Starter files, final projects and FAQ for my Complete Node.js Bootcamp
https://www.udemy.com/nodejs-express-mongodb-bootcamp/?couponCode=GITHUB515
3.13k stars 3.63k forks source link

The UV threadpool size environment variable is undefined #137

Open oussamasf opened 2 years ago

oussamasf commented 2 years ago

I can't access or change the UV threadpool environment i used this line of code : process.env.UV_THREADPOOL_SIZE and i m using nodeJS version : v16.13.2

lorand-horvath commented 2 years ago

You might want to read why setting the threadpool size within your code doesn't work on Windows here https://github.com/nodejs/help/issues/1429