minetest / serverlist

The global Minetest server list server
GNU Lesser General Public License v2.1
51 stars 28 forks source link

Horrible memory leaks #13

Closed sfan5 closed 5 years ago

sfan5 commented 8 years ago

Process running since Apr. 18th was using 28% of RAM.

Newly started copy runs just as well but uses just 3% RAM.

ShadowNinja commented 8 years ago

Maybe multiple instances of the ServerList are being made. You could check by printing something in __init__.

If not that, then it's probably in one of the libraries, because I think that's the only thing that gets added to. You could try updating and see if that helps.