On Dec 9, 2011 10:36 AM, "John W. Foster" <[email protected]> wrote: > PHP Fatal error: Allowed memory size of 134217728 bytes exhausted
That's exactly 2**27 (128M, well under 8G! but then there's swap and overcommit) Check php.ini for any obvious memory related options you can tweak. If that doesn't fix it then post a copy of your php.ini. -Jeremy _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
