RandomWireTechnologies / ctrl-o-node

This is the python code that runs on the Ctrl-O Nodes
Artistic License 2.0
6 stars 3 forks source link

Memory Leak #7

Closed pataelmo closed 9 years ago

pataelmo commented 9 years ago

There is a memory leak in the node code which causes it to use massive amounts of memory and possibly crash. This is likely due to the fact that the database code wasn't using cursor properly.

pataelmo commented 9 years ago

The leak is gone on all nodes tested with the update from commit 5a4d129