Closed (fixed)
Project:
Taxonomy List
Version:
5.x-1.2-beta1
Component:
Performance
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2008 at 12:04 UTC
Updated:
27 May 2008 at 13:23 UTC
Hello,
Thanks for the great module. However, since I have the module, I keep getting fatal error on the allowed memory size. This is about views, but it is different on each page.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 176210 bytes) in /home/heartwea/public_html/rawvegan/sites/all/modules/views-5.x-1.6-beta5/views/views_cache.inc on line 144
Any ideas? Thanks
Comments
Comment #1
nancydruTaxonomy List has nothing to do with Views, unless you added some bridge. Views is known to be easily induced into using a lot of memory.
Every module that you enable takes up memory. Perhaps you were close to your limit before installing this one. I always recommend that any module not actually being used be disabled, if not totally removed from the site.
Unless you can show that TL is the real culprit, there's not much else I can do.
Comment #2
dorien commentedHi,
I have views for a long time and I never had these problems. The message is not always about views, just in this case. I guess my memory (32M) just ran out :-/
I read that taxonomy can be really hard on memory, but my list is not that big. At the same time of taxonomy list, I installed taxonomy image. Maybe that increases memory dramatically?
I guess it is not a problem with your module.
Thanks for replying though!
Comment #3
nancydruHee hee, Taxonomy Image is mine too.
Comment #4
dorien commented:-) I didn't notice that :-)
Comment #5
dorien commentedTurns out it is not this module
Comment #6
nancydruIt might help others if you could explain a bit further.
Comment #7
dorien commentedI'd love to.
Once I moved the site from hostmonster to my personal server. Memory usage dropped 15Mb. Without changing modules.
I do recommend using the following patch if you want to figure out what which module is eating memory:
http://2bits.com/articles/measuring-memory-consumption-by-drupal-bootstr...