Closed pataelmo closed 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.
The leak is gone on all nodes tested with the update from commit 5a4d129
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.