Is there a way to determine the amount of memory that a script is consuming at a certain point? Maybe a function that would return this?
The reason is, I get this: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 46080 bytes) in /home/httpd/vhosts/aaa/httpdocs/bbb/ccc/script.php on line 20 I know why I get the error but would like to know when and why my script is consuming so much. Thanks! Shawn -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php