Current versions of MediaWiki (1.16+) will actually check the memory limit on every pageview and raise it if it's below 50MB, by default. (The installer used to add an ini_set line in LocalSettings.php; see http://www.mediawiki.org/wiki/Manual:$wgMemoryLimit ). There shouldn't be any need to futz with it.
What exactly leads you to suspect pcre.backtrack_limit is causing problems? Do you have a huge regex that's being silently ignored, or are you getting an error? _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
