Re: [Async-sig] Tips and tricks to track memory leaks in realtime inside an AsyncIO daemon ?

2018-06-18 Thread alex . gronholm
I've done something similar but using aioconsole instead of epdb. su, 2018-06-17 kello 17:29 +0200, Ludovic Gasc kirjoitti: > Hi, > > We have now an AsyncIO daemon with memory leaks. > > To track this, I'm thinking to use this: > https://pythonhosted.org/Pympler/muppy.html > and objgraph. > > Bu

Re: [Async-sig] Tips and tricks to track memory leaks in realtime inside an AsyncIO daemon ?

2018-06-18 Thread Ludovic Gasc
Hi Alex, Thanks for the tip, I will dig in it. Have a nice week-end. -- Ludovic Gasc (GMLudo) Le lun. 18 juin 2018 à 09:52, a écrit : > I've done something similar but using aioconsole instead of epdb. > > su, 2018-06-17 kello 17:29 +0200, Ludovic Gasc kirjoitti: > > Hi, > > We have now an As