Updated Threads (markdown)

xmrig 2017-05-15 19:56:02 +03:00
parent 244a370adf
commit 7fb0855cdd

@ -45,4 +45,10 @@ It's very estimated maximum CPU usage for auto mode. For example 3 threads of 4,
--safe safe adjust threads and av settings for current CPU
```
## Examples
**Intel i7 7700**
* without any threads options: 4 threads, av=1, cryptonight, 50% CPU load.
* `--av=2`: 2 threads, av=2, cryptonight, 25% CPU load.
* `--algo=cryptonight-lite`: 4 threads, av=2, cryptonight-lite, 50% CPU load.
* `--algo=cryptonight-lite --av=1`: 6 threads, av=1, cryptonight-lite, 75% CPU load.