https://bugzilla.wikimedia.org/show_bug.cgi?id=25838
Philip Tzou <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Philip Tzou <[email protected]> 2010-11-08 17:04:29 UTC --- In CommonSettings.php, the memory limit of PHP is 80 * 1024 * 1024. (line 92) ini_set( 'memory_limit', 80 * 1024 * 1024 ); I export from zhwiki and import the page and its templates to my test wiki (r75691), with ParserFunctions installed. Then I set memory limit to 50 * 1024 * 1024 in LocalSettings.php (same as $wgMemoryLimit). I can still load the page (action=purge) normally. The reason I suppose is r69874, which hasn't been patched to wmf. I'm not entirely sure due the painfully slow of my Internet which cause I can't connect to the SVN server. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
