diff options
author | fireice-uk <fireice-uk@users.noreply.github.com> | 2017-12-08 16:41:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 16:41:35 +0000 |
commit | 241591cf10a8fa8400d951d9e74bb1d0e6721ee0 (patch) | |
tree | d6073c90215e0fdd6097ebe71ede5c6684d03d7d /xmrstak/backend/cpu/config.tpl | |
parent | a142161a6982210287fe8a8408b9bee20f126b89 (diff) | |
parent | fe6d5b7ecc7f01ee2dc0664772b789c754c18762 (diff) | |
download | xmr-stak-241591cf10a8fa8400d951d9e74bb1d0e6721ee0.zip xmr-stak-241591cf10a8fa8400d951d9e74bb1d0e6721ee0.tar.gz |
Merge pull request #168 from grzegorzszczecin/master
Extend low_power_mode to do up to 5 cn hashes at a time.
Diffstat (limited to 'xmrstak/backend/cpu/config.tpl')
-rw-r--r-- | xmrstak/backend/cpu/config.tpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmrstak/backend/cpu/config.tpl b/xmrstak/backend/cpu/config.tpl index 990a31d..b21a22d 100644 --- a/xmrstak/backend/cpu/config.tpl +++ b/xmrstak/backend/cpu/config.tpl @@ -1,9 +1,11 @@ R"===( /* * Thread configuration for each thread. Make sure it matches the number above. - * low_power_mode - This mode will double the cache usage, and double the single thread performance. It will + * low_power_mode - This can either be a boolean (true or false), or a number between 1 to 5. When set to true, + this mode will double the cache usage, and double the single thread performance. It will * consume much less power (as less cores are working), but will max out at around 80-85% of - * the maximum performance. + * the maximum performance. When set to a number N greater than 1, this mode will increase the + * cache usage and single thread performance by N times. * * no_prefetch - Some sytems can gain up to extra 5% here, but sometimes it will have no difference or make * things slower. |