kennethmyers / cgMinerIdler

0 stars 0 forks source link

OSError: Cannot allocate memory error after miner has been running for a while. #1

Open kennethmyers opened 10 years ago

kennethmyers commented 10 years ago

Have been getting this error fairly consistently after the miner has been running for a while.

kennethmyers commented 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.

kennethmyers commented 10 years ago

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() '''