Hi,
Does someone how I can calculate what is the maximum parallel processen that I have have (at the same time) on a server?
I have for instance, an instance with cpu_count = 24.
I have CPU Sockets = 2, CPU Cores = 12, CPU Threads = 24.
I conclude that I can have a maximum of 2 x 12 = 24 parallel processen (that corresponds to the value of cpu_count).
Is that approximation/calculaton correct?
Thanks by advance.