Last modified: 2006-05-31 07:47:17 UTC
In weeks and months past, this page has worked just fine. Today however, I get Fatal error: Allowed memory size of 52428800 bytes exhausted (tried to allocate 3053780 bytes) in /usr/local/apache/common-local/php-1.5/includes/Parser.php on line 3532
This page is a giant table with a huge number of URL links. The new URL tracking code may be using more memory during parsing than prior versions did.
Splitting the page apart (after I was able to blank it) I've found some other things (like ":" instead of "%3A" withing an URL) that may have been further fouling things up. The url-encoding errors were limited to the ==other== section, which also had things like [[chargoggagoggmanchauggagoggchaubunagungamaugg]] to throw the table off. If this is still considered a bug, it should be changed to very very low priority.
Page now loads fine for me. Recommend closing unless we can generalise it.
The page was split into quarters, when the memory limit was first hit. I'll change this to 'worksforme.'