Voxel-Fox-Ltd / MarriageBot

A Discord bot for fake marriages
GNU Affero General Public License v3.0
82 stars 45 forks source link

Look into memory leak #39

Closed 4Kaylum closed 4 years ago

4Kaylum commented 5 years ago

For starters the bot takes up far too much RAM. For finishers it goes up to the point of crashing when left on for long enough.

https://tech.gadventures.com/hunting-for-memory-leaks-in-asyncio-applications-3614182efaf7

4Kaylum commented 5 years ago

Apparently I mostly fixed it with the database creation changes. Pools are pretty good, it seems.

4Kaylum commented 4 years ago

Fixed as of multiprocessing.