mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-30 22:46:07 +00:00
Updated Threads (markdown)
parent
244a370adf
commit
7fb0855cdd
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue