Is PHP's max_execution_time = 3 enough for an average Drupal 5.1 site?
I have error messages like below often enough when processing images in nodes or saving some settings in Drupal's admin area:
"Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 640 bytes) in /includes/image.inc on line 238",
"Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 1024 bytes) in /sites/default/modules/views/views_cache.inc on line 114".