[Pharo-project] how to find the memory size of an object graph

2012-07-23 Thread Tudor Girba
Hi, I have some problems with memory consumption in a Moose model. However, I do not quite know where the memory is spent. To solve this, I would need to know the amount of space occupied by the objects (and all the referenced objects subgraphs). I found ObjectsizeInMemory, but this only shows

Re: [Pharo-project] how to find the memory size of an object graph

2012-07-23 Thread Mariano Martinez Peck
On Mon, Jul 23, 2012 at 9:45 AM, Tudor Girba tu...@tudorgirba.com wrote: Hi, I have some problems with memory consumption in a Moose model. However, I do not quite know where the memory is spent. Even if it is not 100% about YOUR object graph, maybe space tally helps you? Once you have the

Re: [Pharo-project] how to find the memory size of an object graph

2012-07-23 Thread Stéphane Ducasse
On Jul 23, 2012, at 9:55 AM, Mariano Martinez Peck wrote: On Mon, Jul 23, 2012 at 9:45 AM, Tudor Girba tu...@tudorgirba.com wrote: Hi, I have some problems with memory consumption in a Moose model. However, I do not quite know where the memory is spent. Even if it is not 100%