I should mention that running runJobs with max memory and a large number of jobs will slow down your wiki until the jobs queue is complete. You can 'nice' the script, or use other approaches like putting it into a loop with delays in between batches to clear your queue.
Greg Rundlett https://eQuality-Tech.com https://freephile.org
On Mon, Mar 26, 2018 at 1:46 PM, Greg Rundlett (freephile) < greg@freephile.com> wrote:
Hi Andrew,
As the error says, you're running out of memory on the execution of runJobs.php
Try
php maintenance/runJobs.php --memory-limit max --maxjobs 5
If that completes without error, then try increasing the number of jobs allowed with --maxjobs
Greg Rundlett https://eQuality-Tech.com https://freephile.org