EyalAr / lwip

Light Weight Image Processor for NodeJS
MIT License
2.37k stars 231 forks source link

CPU Usage #307

Open JeanneLespinasse opened 7 years ago

JeanneLespinasse commented 7 years ago

Hi everyone,

I'm using lwip to create thumbs from HD pictures that my client load trough some king of drive.

My problem is that I have 8 cpus, so i've put UV_THREADPOOL_SIZE=8 , but it completely blocked all the process apart from the thumbnail creation.

Note : htop showed me that it only use one CPU at 100%.

Do you have any idea how I can actually use the 8 cpus ?

Thanks in advance, Sorry for the english,

Jeanne