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
Threading creates overhead, I'm sure this could be solved if it's still an issue for you. However, multithreading something that reads from disk doesn't always have any benefits, even when you run drives in RAID0, one of your CPU threads can easily chew trough the data in the speed that your disks are able to feed. And when using more than one threads often end with slower creation time because of overhead.
Only benefit I've seen from multithreading here is when my files are cached in memory, it's slower at my SSD, dual disk RAID0, and 10x Disk RAID 6.
Hi,
I have more than 20 active cpu (24), so why limiting the number of threads to 20 ?
Thanks.
The text was updated successfully, but these errors were encountered: