Hi guys,
I've been getting reports of this message appearing.

Quote
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 65011768 bytes) in /var/.../public_html/forums/scripts/postlist.inc.php on line 712

Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 534773832 bytes) in /var/.../public_html/forums/scripts/postlist.inc.php on line 712

My memory_limit is set at 1024M

Clearly, 1024M = 1073741824 bytes but the confusion for me is where did the 134217728 bytes message come from?

Is it simply a case of neeeding more memory? Or are there other factors involved?

Thanks.