Hello.
Dedicated server with Intel Atom D525 processor. The description of the server says: this is a dual-core processor ... but thanks to HyperThreading technology, it can process four threads at a time. How to understand this?
In general, my problem is that I don’t know what value to set for the worker_processes directive in the nginx.conf configuration file
worker_processes 2; OR worker_processes 4;
After all, according to Sysoev, worker_processes should be equal to the number of processor cores.
Help count the cores :)