-
Notifications
You must be signed in to change notification settings - Fork 2.3k
CPU at 100% #399
Comments
What operating system do you use? |
And what GPU? |
Also what version do you use? master or another one? |
Hi, |
What Graphics Cards (GPU) do you use? |
I'm getting a similar issue now. When I notice that I'm submitting an abnormal amount of stale shares I try killing ethminer. Instead of ethminer closing my cpu shoots too 100% and the process becomes defunct and not even a sigkill will stop it. I try shutdown -r and the system just hangs. I have to hard reset the system. I also ran nvidia-smi when this happened and it gave me an error something about not detecting the cards and a system reboot was needed. From what I could gather it seems it might be that my cards are overheating and shutting down. I'm trying to recreate the issue now. I will post back if I learn anything new. Ubuntu 16.04.1 |
GPU: nVidia 1070 |
set all of your cards to P0 mode before starting ethminer. this gives the cards a actual boost of 200 mhz, example: lets say your tested max memory speed is +910 with standard settings on P2 state. solution: set card to P0 state, run with +710 ( == 910 on p0 state forced by card itself) in your case just subtract 200 mhz from your max memory speed you tested allready. Now the card cannot set a additional 200 mhz and your rig will run stable. for windows you can use nvidia inspector, on linux you need to find the settings for nvidia-smi |
CPU also at 100% -- If more info is needed, please let me know: ./ethminer --version
$ lsb_release -a
$ top
$ nvidia-smi
Running stratum proxy (eth_proxy) |
@felixkohtz / others - I happen to notice my start file had -G because I had been running amd card with: But i had swapped cards out with nvidia and forgot to change my start file. Not sure this isn't a bug though, with opencl+nvidia / linux (?) |
Its still unresolved regarding OpenCL. |
This happens on CUDA too sometimes. (Occurred on Win10) I noticed a problem of 30-100% ethminer cpu load. |
@smurfy Hmm never noticed it consuming at all under Windows/cuda, but as far as MS machines here, I'm still old school on Win7 lol. I will keep an eye out, though.. |
I was able to resolve this by changing my page file size, I set min to 20480 max to 51200 . I am running 6 gtx 1070's and was getting terrible output before like 68mh now up to 158mh. This is my current batch file setx GPU_FORCE_64BIT_PTR 0 Hope it helps |
@fuelman31410 can you confirm this is what happened:
|
I was having the same problem with ethminer.exe using two cores and keeping them constantly at 100%. Having a 7900X overclocked to 4.8GHz I didn't care all too much but was curious if that was normal. Using what fuelman posted and changing the -G to --cuda and removing the last variable means it now uses less than 1% of my total CPU power. On top of that. My system power draw was reduced from 500W to less than 450W which is more than a 10% reduction. Unfortunately the hash rate has also been reduced on my 1080Ti from 37.5MH/s to around 35MH/s. Not sure what the difference is between -G and --cuda is but it is definitely doing something different. Just not sure if the ~7% drop in hash rate is worth it. |
-G uses OpenCL, -U uses CUDA. @Quozzo do you use Windows? |
Yes, I am running my miners on Windows 10 |
@chfast Yes I use Windows 10 |
So this issue is only for Windows and Nvidia GPUs when using OpenCL? (@fuelman31410 did you mentioned having 100% usage also when running in CUDA mode?) |
I've found this similar symptoms: openmm/openmm#1541. |
@chfast Yeah it looks similar. I should mention I have two 1080Ti's which is probably why I've got two cores pegged at 100% instead of a single core. |
Same here on Ubuntu 17.10. 100% CPU usage. Replaced the -G flag with - -cuda. Processor is near idle now. |
I'm running Ubuntu 17 and was using the |
@fossum Was that using version 0.13.0 because that was fixed for me (on windows). |
Please check #695. |
Yes, I think it was with 13. I use the latest stable release. |
Hi folkz,
This my first time i use this miner, before i used claymore but i thought i could try this and see how it works.
Sadly when i run this my CPU goes to 100%. Another thread says to change farm-recheck to 5-10 but it did not help at all. Sadly i have to continue using claymore for this reason, thought i should mention it. I run this for a very short time but i did not see my total hashpower. Also the color on claymore is helpful.
Maybe use that for improvement work in the future ;)
The text was updated successfully, but these errors were encountered: