Have a look at your php.ini-file (living in directory with the name php on a windows installation and in a directory named etc on a linux machine, the absolute position of the directory is afaik dependent on your web-server/php-installation) and search for the parameter memory_limit. Setting it to a higher value solved a similar problem for me.
Btw.: Does anybody know if there is a optimal size for that parameter (perhaps in relation to the system-memory?)?
Good luck!
Katharina
Dave Sigafoos schrieb:
I have just gotten the following error message
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 199809 bytes) in /home/wiki/wikiSanMar/includes/Parser.php on line 968
This happened after creating/editing 9 new documents. Mostly tables ranging form 12 columns x 20 rows to 12 columns x 500 rows
Ideas why and how to prevent in the future would be welcomed