Hi!
How can I find out the memory used by a particular object?
I'm working on a script that is consuming a huge amount of memory. I have several objects that could possibly be consuming all this memory, so I need a way to figure out which object is the culprit.
Also, if anyone can point to good resources on smart memory management tricks in PHP, that would be great.
Thanks!
-Dylan