By Alan Oliveira on
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
PHP is running out of memory.
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
question
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
Modules
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.