fireice-uk / xmr-stak-nvidia

Monero NVIDIA miner
GNU General Public License v3.0
249 stars 99 forks source link

xmr-stak-nvidia uses 100% CPU when started with "nohup" #104

Open say2alice opened 6 years ago

say2alice commented 6 years ago

Running xmr-stak-nvidia in the background it uses up a large number of CPU usage.

command nohup ./xmr-stak-nvidia > xmr-stak-nvidia.log 2>&1 &

config gpu_threads_conf" : [ { "index" : 0, "threads" : 64, "blocks" : 40, "bfactor" : 8, "bsleep" : 100, "affine_to_cpu" : 6}, ],

The remaining settings are the default.

System

psychocrypt commented 6 years ago

This issue is solved in the cpu version but still exists in the nvidia and amd version. The reason is that the miner tries to read from the keybord but with no hub thete is no.

say2alice commented 6 years ago

I solved it now using screen. thanks.

TheFragMan commented 6 years ago

This issue is solved in the cpu version but still exists in the nvidia and amd version.

I'm having this issue too. Please port the fix from the cpu version.

psychocrypt commented 6 years ago

This will be include ld in the next release in around three weeks.