Allowed Memory
Posted by: daboroe (72.20.219.---)
Date: February 18, 2007 06:27AM

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1572864 bytes) in C:\wamp\www\pcttfourms\Sources\Recent.php on line 1197


how do i increase the amount of "allowed memory"?

thanks

mike

Options: ReplyQuote
Re: Allowed Memory
Posted by: CyberSpatium (71.237.217.---)
Date: February 21, 2007 12:28AM

open your php.ini file and find:

memory_limit = 8M

it is currently set at 8 megabytes. change it to whatever size you need. so, for example, if you need 10 megabytes, change it to:

memory_limit = 10M

safe the file and restart apache for your new setting to take effect.



CyberSpatium
-------------------------
WAMP English Forum Admin

Options: ReplyQuote


Sorry, only registered users may post in this forum.