I have a "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 615036 bytes)..." when trying to activate this module. are there specific requirements to run this module?
I have a "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 615036 bytes)..." when trying to activate this module. are there specific requirements to run this module?
Comments
Comment #1
grandcat commentedThis is not a bug. You have to assign more memory to your php instance by using php's memory_limit value. To be able to manipulate images, more space of memory is needed, that's quite normal.
By the way, 33 MB isn't really enough to run Drupal itself.
Comment #2
ascetic commentedthanks for the explanation, yes I understand my server lacks of memory, I only use it for a test site. Perhaps because this is the first time I experience this problem when installing module, so my first assumption is there must be something with the module. well, I guess I was wrong.
Can't wait to test it on another server, thanks and sorry :)
Comment #3
grandcat commentedNo problem.