Posted by sdudenhofer on September 30, 2008 at 12:45pm
I randomly seem to be getting an out of cache memory error. Has anyone had this issue before. I know there is a setting in settings.php, and I added to that last night. But I am still getting this error randomly. Is there another place that cache settings can be adjusted to stop this?

Comments
Actual error message
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 71 bytes) in /var/www/drupal-6.4/includes/theme.inc on line 722
It appears to be happening when I am working on Modules.
Update:
This occurs when trying to setup modules. I edited /sites/default/settings.php by adding ini_set('memory_limit', '40M')
Which then changed the error to the following:
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 30720 bytes) in /var/www/drupal-6.4/includes/database.inc on line 290
Freelancer
Twitter sdudenhofer
seth@osjournal.net
Fixed it... I forgot the M
Fixed it... I forgot the M in memory limit. That got it.
Freelancer
Twitter sdudenhofer
seth@osjournal.net