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
I believe these started after I unsuccesfully ran a Search Index Rebuild. I have seen that the Search Engine Rebuild is an issue that is supposed to be addressed in an upcoming release, but I just want to check that this Fatal Error is being triggered by the job that still shows as incomplete and is not a seperate, unknown issue.
ErrorException: Fatal Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes)
I believe these started after I unsuccesfully ran a Search Index Rebuild. I have seen that the Search Engine Rebuild is an issue that is supposed to be addressed in an upcoming release, but I just want to check that this Fatal Error is being triggered by the job that still shows as incomplete and is not a seperate, unknown issue.
ErrorException: Fatal Error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 20480 bytes)
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.