You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a bug, user error, a documentation issue... I installed from source a few days ago [commit 2fe69d4 ] and found only 4 cores on an 8 core VM were being used (total user CPU% was around 48-49%). From some random googling, I discovered this environment variable:
export UV_THREADPOOL_SIZE=12
(I gather the right number of threads is cores x 1.5) Once set, CPU usage went to nearly 100%.
Node is reporting the number of cpu's correctly:
$ node
> require('os').cpus().length
8
This is an Ubuntu Quantal VM running on openstack.
The text was updated successfully, but these errors were encountered:
Not sure if this is a bug, user error, a documentation issue... I installed from source a few days ago [commit 2fe69d4 ] and found only 4 cores on an 8 core VM were being used (total user CPU% was around 48-49%). From some random googling, I discovered this environment variable:
(I gather the right number of threads is cores x 1.5) Once set, CPU usage went to nearly 100%.
Node is reporting the number of cpu's correctly:
This is an Ubuntu Quantal VM running on openstack.
The text was updated successfully, but these errors were encountered: