Fatal error: Allowed memory size of 83886080 bytes exhausted...

islevegan - September 8, 2009 - 20:24
Project:Activity Stream
Version:6.x-1.0-rc2
Component:Code
Category:support request
Priority:normal
Assigned:Unassigned
Status:postponed (maintainer needs more info)
Description

(tried to allocate 62898176 bytes) in /var/www/drupal/sites/all/modules/activitystream/activitystream_feed/simplepie.inc on line 7743

This comes every few hours. I have increased the php.ini alotment from 64 to 72, then to 80 and still getting the message.

I also have the facebook and youtube activity stream modules activated.

This could be related or connected to my attempt to use the domain access module, as it happened around the same time but I have been making a few module updates lately, such as captcha, and agenda - they were both updated recently. I do any uninstall process after deactivating a module, such as with domain access.

#1

akalsey - November 7, 2009 - 04:56
Status:active» postponed (maintainer needs more info)

I suspect that the issue lies elsewhere, if only because the type of data you'll find in feeds isn't going to take up a lot of memory, and Activity Stream only holds one feed in memory at a time. It also goes to some lengths to minimize memory consumption.

I'd suggest looking at any modules you have that create or manipulate images. Those are often the culprits when it comes to memory issues.

 
 

Drupal is a registered trademark of Dries Buytaert.