XF 1.4 ErrorException: Fatal Error: Out of memory (allocated 6029312)

Today I saw the following error:

Code:
ErrorException: Fatal Error: Out of memory (allocated 6029312) (tried to allocate 73376 bytes) - library/Zend/Db/Statement/Mysqli.php:294

I'm using XF 1.4.5

Thanks
 
That would suggest you have a max_memory_limit of around 6MB which is way to small. Often most hosts default this to 64MB to 128MB sometimes more.

You would need to look at having that limit being increased.
 
Top Bottom