Chia-Network / drplotter

Apache License 2.0
64 stars 7 forks source link

solver should not attempt connecting to server if low on GPU ram. #19

Open drnick23 opened 7 months ago

drnick23 commented 7 months ago

Currently, if you're solver is having trouble connecting, check your solver logs:

~/.drplotter/logs/drsolver_gpu_0.log

And look for a message like this:

[error] ERROR: not enough memory available for solving, need 23830724608 bytes

You'll need to free up more GPU ram. Use nvidia-smi to see programs currently using up your GPU ram.

This will be fixed in the next release.