XF 2.3 Constant Fatal Error: Allowed memory size exhausted errors since upgrade

Jaxel

Well-known member
Since upgrading to XF2.3, I'm constantly getting Fatal Error: Allowed memory size of 134217728 bytes exhausted errors on various functions...

Importing styles, rebuilding addons, etc. They all cause the error.
 
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 86016 bytes) in /home/eightway/public_html/src/XF/Db/Mysqli/Statement.php on line 134

Fatal error
: Allowed memory size of 134217728 bytes exhausted (tried to allocate 73728 bytes) in /home/eightway/public_html/src/vendor/composer/ClassLoader.php on line 576
 
swap the file:
 
swap the file:
Sadly that did not solve the issue for me.
 
Allowed memory exhausted sounds like the PHP memory has been maxed out. The default might be 128mb unless you changed it. I have mine manually raised to 512mb.

You might need to do this upgrade via CLI to avoid the PHP memory limit if you can’t raise it.
 
Back
Top Bottom