Allowed memory size of 20971520 bytes exhausted (tried to allocate 30720[Wed Aug 24 14:32:45 2011] [error] [client 84.88.76.10] PHP Fatal error:
bytes) in /var/wikifarm/wiki/includes/Xml.php on line 593, referer:
http://mydomain/
I just check the memory limit on PHP5 and it has enough:
$ cat /etc/php5/apache2/php.ini | grep memory_limit
memory_limit = 128M
And this the line 593 on the /var/wikifarm/wiki/includes/Xml.php:
self::encodeJsVar( $elt );