XF 2.0 Allowed memory size of 134217728 bytes exhausted

Recep Baltaş

Well-known member
Where do I increase the memory limit?

Code:
ErrorException: Fatal Error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 74192760 bytes) src/XF/Image/Gd.php:39
 
It's a PHP limit so, php.ini or contact your host.

That said, ~130MB isn't too bad. Which image is being resized at this point? Is it a particularly large attachment or part of an add-on or similar?
 
It's possible it could be just a very large image, I guess, though we do have a config.php file which prevents images which are too large from being resized.

Anyway, probably best to increase the memory limit (256M is probably reasonable) then try again.
 
Top Bottom