We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The resident memory of gpu-miner still growing watch "ps --sort -rss -eo pid,pmem,rss,vsz,comm | head -16"
After x hours the system crash -> Reboot I have this phenomenon on 2 different rigs
I think that if you have a lot of RAM it is less noticeable.
I had 4GB and every 2 or 3 hours it would reboot. I upgraded to 8GB. It reboots less often but it still crashes.
The text was updated successfully, but these errors were encountered:
Workaround : Restart the gpu-miner every x hours.
kill $(ps aux | grep 'gpu-miner' | awk '{print $2}') screen -dmS MINER bash -c "cd /home/user/alephium/gpu-miner; ./miner.sh; exec sh"
kill $(ps aux | grep 'gpu-miner' | awk '{print $2}')
screen -dmS MINER bash -c "cd /home/user/alephium/gpu-miner; ./miner.sh; exec sh"
Sorry, something went wrong.
I will check today, thanks!
No branches or pull requests
The resident memory of gpu-miner still growing
watch "ps --sort -rss -eo pid,pmem,rss,vsz,comm | head -16"
After x hours the system crash -> Reboot
I have this phenomenon on 2 different rigs
I think that if you have a lot of RAM it is less noticeable.
I had 4GB and every 2 or 3 hours it would reboot.
I upgraded to 8GB. It reboots less often but it still crashes.
The text was updated successfully, but these errors were encountered: