Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 4119468 bytes) in /includes/bootstrap.inc on line 662

Some installed modules
* Views Mail
* Views Alpha Pager
* Internationalization
* Hierarchical Select
* Panels
* Lots of CCK
* Lots of Java

Drupal version 5.14 (stable)

thanks in advanced

Comments

coreyp_1’s picture

PHP is running out of memory. Try the suggestions here (http://drupal.org/node/31819) for increasing PHP's memory limit.

Currently, your memory limit is set to "50M". Try a larger setting, like "96M" or "128M".

-Corey

Alan Oliveira’s picture

is true that just leaving modules without install it on drupal consume memory ?
example, when i was developing the site, i use some modules like (delete all, mass change, devel, and alike)

then, after upload the whole site, those modules goes too, but uninstalled

are they consuming memory of php? just by leaving the folder on the server ?
delete the folders help release memory ?

thanks

RichieRich’s picture

I'd also heard that unused modules use memory, but this appears to be untrue. I had the same problem a while back and I tried deleting unused modules and it made no difference. Only disabling modules which I was using made difference.