How can I identify and verify a memory leak in a Gitter bot using its built‑in diagnostics?
I am running a Gitter bot that listens to room events and processes incoming messages through a custom handler. Over several days I notice the bot’s memory consumption steadily increases, even after periods of low activity, which suggests a possible memory leak. I want to confirm whether the growth is due to a leak and later verify that any fix I apply actua