When your site is getting memory exhaustion errors it get hard to figure out which pages are getting the memory errors and how much memory they are using. After lot of search I found below link which help me lot to understand more about memory exhaustion.
Drupal @ Penn State: Memory profiling in hooks
To start..
This tutorial involves hacking core. If you aren't comfortable with doing that, you're probably in the wrong place :). I created a dropbucket.org drop called Memory profiling in hooks which has all the code details in case you want to dig in yourself. You'll need to modify includes/module.inc and also have devel module enabled for this to work.
0 Comment(s)