[FX.php List] Memory Error

Karstyn McCoy kmccoy at supportgroup.com
Thu Dec 3 18:01:59 MST 2009


Not strictly an FX question but definitly PHP - so thought I try this
list for some good ideas.

Here is the issue:
I get a following error when I execute a php script
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to
allocate 89727 bytes)

I have normally fixed this by doing the following
- Increase the memory size in php.ini file
- added a line ini_set('memory_limit', -1)
- restarting the web server and checking phpinfo to validate the change

But I still get the error.

--Karstyn


More information about the FX.php_List mailing list