You can override it temporarily by adding php_value memory_limit 512M to your .htaccess file OR ad ini_set( 'memory_limit', '512M'); from with LocalSettings.php, I think.
On Sat, Nov 26, 2016 at 3:51 PM, Martin Urbanec <[email protected]> wrote: > so 26. 11. 2016 v 21:34 odesÃlatel Bill Traynor <[email protected]> napsal: > >> On Sat, Nov 26, 2016 at 3:21 PM, Martin Urbanec >> <[email protected]> wrote: >> > Allowed memory size of 134217728 bytes exhausted >> > (tried to allocate 7122 bytes >> >> What is memory_limit set to in php.ini? Try setting memory_limit = >> 512M or higher and see if this error still occurs? >> > > It should be 128M. I can't change it directly because I use shared > webhosting. I'll ask them if they can do me a favor and raise it > temporarily. > >> >> _______________________________________________ >> MediaWiki-l mailing list >> To unsubscribe, go to: >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
