Open kennethmyers opened 10 years ago
This still occurs and have caught the python process running this getting up to 10GB of memory on the system monitor. Monitoring the system monitor will give me a good way to see if this is occurring and for debugging a fix.
Using the following code to debug the memory usage. Will likely take a few hours for the problematic memory allocation to become noticeable.
''' from guppy import hpy h = hpy() print h.heap() '''
Have been getting this error fairly consistently after the miner has been running for a while.