Last modified: 2014-02-27 19:18:07 UTC
Reported on Support Desk [[mw:Thread:Project:Current issues/Default for $wgMaxShellMemory too low]]. since update to mediawiki 1.22 I got many errors like this in my logs: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/xmlreader.so'... after some googeling I found out that due to some changes in mediawiki, the default for $wgMaxShellMemory is too low, even the raised one from 1.22 raising $wgMaxShellMemory to 512000 solved the problem for me. Seems like a no-brainer to raise it...
If raising $wgMaxShellMemory did in fact stop the warnings, this may be yet another issue caused by ccabd0efb05e (the job queue change)...
(In reply to comment #1) > If raising $wgMaxShellMemory did in fact stop the warnings, this may be yet > another issue caused by ccabd0efb05e (the job queue change)... Noted. I'll try to get the user to test this out.
Change 113038 merged by jenkins-bot: Moved job running via $wgJobRunRate to a special API https://gerrit.wikimedia.org/r/113038