tlitody
Well-known
Hi Stephen,
While you all are looking at possibly changing the software, it'd be appreciated if someone there could look at this problem of mine (and others here as well I believe). Whenever I try to look at one of the REALLY LONG threads like "Let's see your Leica M" or "Cameras and Coffee", I get this message whether I'm using a Mac or PC computer:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 24117 bytes) in /home/rff/public_html/forums/showthread.php on line 1232
Thanks for any help.
That is caused by the PHP memory_limit which defaults to 32MB being exceeded. Each script only gets that much to run in. On a server with many concurrent users memory can be an issue so whilst upping the limit might solve that problem it can also cause other problems. That is something for server admin to look at. i.e. whether it can safely be raised or whether the server needs more memory for it to be safely raised. But either way 32MB is a lot for a script to be using although the max value for it is 128MB.