* (bug 38953) --memory-limit switch not working for runJobs.php.
authorReedy <reedy@wikimedia.org>
Thu, 2 Aug 2012 22:17:50 +0000 (23:17 +0100)
committerReedy <reedy@wikimedia.org>
Thu, 2 Aug 2012 22:23:17 +0000 (23:23 +0100)
commit8410427778275a4c879cfcd307ef8b5ab8a5a187
tree9248e0f96280b97e3b1bff11037f98234a57eacf
parent7a657188a1f436c218db754120d2c9e8437361b4
* (bug 38953) --memory-limit switch not working for runJobs.php.

In runJobs.php the memory limit was hardcoded to 150M, so passing
--memory-limit would have no difference. Changed to using what was
passed as --memory-limit if something was, else just use the 150M
as usual

Change-Id: I3e3bafc6a0fe4e88792a65f01b432c8f4f6677cf
RELEASE-NOTES-1.20
maintenance/runJobs.php