2021-01-16 02:40:58
alright, I have some questions here.... it says to set threads to 2x cpu threads... do you mean 2x cpu cores? it defaults to 8, but my cpu has like 5000 threads....
chris hofmann
2021-01-16 02:42:49
one programming thread. If your storage was infinitely fast, with N threads on an N core CPU it would max out your CPU
Fireduck
2021-01-16 02:42:58
Your 5000 threads are mostly all waiting for things
Fireduck
2021-01-16 02:44:48
got it, thanks
chris hofmann
2021-01-16 08:59:23
there is no hardware with > 1000 hyperthreads (intel marketing term) per socket, so there's still some confusion about terminology there
i'm not talking of whatever random software happens to be running on your system, i'm talking about the inherent capabilities of your hardware
Rotonen
2021-01-16 21:37:16
Right. I think the confusion is some tools will tell you the number of kernel threads that exist. For example, Window Task Manager is telling me my laptop has 3700 threads right now.
Fireduck