Reviewed: https://reviews.mahara.org/5276 Committed: https://git.nzoss.org.nz/mahara/mahara/commit/0d6147b0c9a831c311d36dda522b8b805a7c8c93 Submitter: Aaron Wells ([email protected]) Branch: master
commit 0d6147b0c9a831c311d36dda522b8b805a7c8c93 Author: David Ligne <[email protected]> Date: Fri Sep 11 17:15:00 2015 -0400 Bug 1494908 : Memory exhausted on cron import_process_queue Raised memory limit. behatnotneeded Change-Id: Ie3d89c916323b2bbfa381fd059667e1fc9e2de94 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it! https://bugs.launchpad.net/bugs/1494908 Title: Memory exhausted on cron import_process_queue Status in Mahara: Fix Committed Status in Mahara 15.04 series: In Progress Status in Mahara 15.10 series: Fix Committed Bug description: Hi, We're on Mahara 1.10, running on Linux and MySQL. We got this error : [INF] c2 (lib/cron.php:30) ---------- cron running Wed, 09 Sep 2015 15:10:01 -0400 ---------- [INF] c2 (lib/cron.php:75) Running PluginSearchElasticsearch::cron [INF] c2 (lib/cron.php:137) Running core cron activity_process_queue [INF] c2 (lib/cron.php:137) Running core cron import_process_queue PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20777539 bytes) in /app/apache2/htdocs/mahara/lib/errors.php on line 148 We don't know exactly what happened, but a simple solution would be to add : "raise_memory_limit('512M');" in /import/lib.php, function import_process_queue(). To manage notifications about this bug go to: https://bugs.launchpad.net/mahara/+bug/1494908/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~mahara-contributors Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-contributors More help : https://help.launchpad.net/ListHelp

