Skip to content
New issue

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

Miner - Memory leak #15

Open
opimon opened this issue Nov 17, 2021 · 2 comments
Open

Miner - Memory leak #15

opimon opened this issue Nov 17, 2021 · 2 comments
Labels

Comments

@opimon
Copy link

opimon commented Nov 17, 2021

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.

@opimon
Copy link
Author

opimon commented Nov 18, 2021

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"

@polarker
Copy link
Member

I will check today, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants