MarcoPereira27 / pomodore-discord-bot

20 stars 13 forks source link

Possible memory leak #4

Open MarcoPereira27 opened 3 years ago

MarcoPereira27 commented 3 years ago

The bot is hosted on Heroku and I'm receiving this message, I believe it's related to a memory leak, but I'm having some difficulties debugging and finding the origin of the problem.

memoryleak

MarcoPereira27 commented 3 years ago

It seems to be the same problem described in discordjs/discord.js#4287 Downgraded the project to discord.js@11.6.4 and the memory issues are doing much better although not solved yet.