ackwell / ninjabot

Ninjabot is not 'Just Another Bot'
10 stars 8 forks source link

Investigate why the bot leaks memory #91

Open auscompgeek opened 10 years ago

auscompgeek commented 10 years ago

It appears as though ninjabot tends to leak memory over time. e.g. I just checked the resource usage on the server and it was using roughly 3 times the amount of RAM it uses when it starts up.

We should probably investigate this.

cyphar commented 10 years ago

It's most likely the __magic__ fuckery we do.

auscompgeek commented 9 years ago

Might have something to do with config/plugin reloads. In particular, the ignore and admins config stuff would leak like hell after reloading a few times, thanks to the fact that Ninjabot.admins and Ninjabot.ignored are lists... (#86)