exhausted memory in maillist.php [message #9775] |
Tue, 22 April 2003 02:36 |
bishop
Messages: 2 Registered: April 2003
Karma: 0
|
Junior Member |
|
|
Error:
<br />
<b>Fatal error</b>: Allowed memory size of 8388608 bytes exhausted (tried to allocate 12 bytes) in <b>/var/www/forum/include/theme/default/wordwrap.inc</b> on line <b>37</b><br />
<br />
<b>Fatal error</b>: Allowed memory size of 8388608 bytes exhausted (tried to allocate 0 bytes) in <b>Unknown</b> on line <b>0</b><br />
when running maillist.php. any ideas how to correct?
|
|
|
Re: exhausted memory in maillist.php [message #9836 is a reply to message #9775] |
Sat, 03 May 2003 02:00 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Increase memory limit, the reason this has happened is because a large message is being processed and since PHP's memory manager is not very effecient it ran out of the 8 meg maximum memory size.
FUDforum Core Developer
|
|
|
Memory usage [message #10715 is a reply to message #9836] |
Sun, 08 June 2003 08:34 |
tecmes
Messages: 34 Registered: October 2002
Karma: 0
|
Member |
|
|
I'm having the memory limit problem with installing but before I try to haggle with my server provider, I need to know if the forum will even run with the 4Mb memory limit I have to work with. I am using 2.3.4 right now and never had any such issue -- was there a major change in memory usage form 2.3.4 to 2.3.8 ??
thanks
[Updated on: Sun, 08 June 2003 08:35] Report message to a moderator
|
|
|
Re: Memory usage [message #10720 is a reply to message #10715] |
Sun, 08 June 2003 16:04 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It'll run with a 4mb limit but the installer/upgrade script need about 20 to run happily.
FUDforum Core Developer
|
|
|