Quake4 / MindMiner

MindMiner - the miner manager programm with online monitoring
http://mindminer.online
GNU General Public License v3.0
108 stars 35 forks source link

cpuminer-bf-3810 --cpu-priority 0 #364

Closed jestercore closed 5 years ago

jestercore commented 5 years ago

--cpu-priority should have value 1, because 0 didn't work at all. It's not possible to set low priority, only lower.

@bellflower2015 bug?

Quake4 commented 5 years ago

--cpu-priority set process priority (default: 0 idle, 2 normal to 5 highest)

jestercore commented 5 years ago

Yes, but with "0" task manager shows priority "normal". Try it.

Quake4 commented 5 years ago

yes. its normal priority

jestercore commented 5 years ago

Isn't this commandline designed to set lowest priority to cpu mining? What about configuring all miners like this, for stability and quicker system response?

Quake4 commented 5 years ago

ok. thanks

Quake4 commented 5 years ago

All cpu miners i configure to lowest cpu usage as idle priority.

jestercore commented 5 years ago

Idle means - lowest? Awesome!

Quake4 commented 5 years ago

https://docs.microsoft.com/en-us/windows/desktop/api/processthreadsapi/nf-processthreadsapi-setthreadpriority from lowest to highest: THREAD_PRIORITY_IDLE THREAD_PRIORITY_LOWEST THREAD_PRIORITY_BELOW_NORMAL THREAD_PRIORITY_NORMAL THREAD_PRIORITY_ABOVE_NORMAL THREAD_PRIORITY_HIGHEST THREAD_PRIORITY_TIME_CRITICAL