mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-05 03:24:26 +00:00
Add message explaining 2nd thread disabling for dynamic mode and how to tune it.
This commit is contained in:
parent
9a0e4f8fac
commit
7d3635c7a4
@ -425,6 +425,11 @@ void pause_dynamic_threads(int gpu)
|
||||
continue;
|
||||
if (!thread_no++)
|
||||
continue;
|
||||
if (!thr->pause && cgpu->dynamic) {
|
||||
applog(LOG_WARNING, "Disabling extra threads due to dynamic mode.");
|
||||
applog(LOG_WARNING, "Tune dynamic intensity with --gpu-dyninterval");
|
||||
}
|
||||
|
||||
thr->pause = cgpu->dynamic;
|
||||
if (!cgpu->dynamic && cgpu->enabled)
|
||||
tq_push(thr->q, &ping);
|
||||
|
Loading…
x
Reference in New Issue
Block a user