We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: