[DGD] Large dumpfile?

Felix A. Croes felix at dworkin.nl
Sat Jan 12 17:20:55 CET 2002


Thomas Conner Annandale <gte829m at prism.gatech.edu> wrote:

> At the moment, I'm using DGD as a customized httpd and that's all.  Yet
> the dump file is currently 40 megs and constantly growing.  I'm having a
> hard time figuring out where it's all coming from.  Is there some way to
> find out which objects all that memory is going to?  Perhaps a command to
> call on an object that will tell you how much memory it's taking up?  It
> would be very useful in diagnosing my situation.

Either an object leak (connection obect for example) or an
ever-expanding data structure inside an object, most likely the former.
Use status() over a period of time to see if the number of objects
increases, and status(obj) to find out the size of individual objects.

Regards,
Dworkin
_________________________________________________________________
List config page:  http://list.imaginary.com/mailman/listinfo/dgd



More information about the DGD mailing list