php memory_limit
Posted by: blackeye
Posted on: 2007-03-17 08:53:00
I keep getting the following error when trying to run a particular php script:
Fatal error: Out of memory (allocated 76283904) (tried to allocate 2 bytes) in ...
First I tried to use set_ini within my script to change memory_limit, but I kept getting the error. Then I followed the wiki instructions to install php5. It completed and I edited the php.ini file to set the memory_limit well above this value. phpinfo() confirms that the memory limit is what I set it to. Running the script still produces the error. I'm not hitting the limit I set, so what limit am I hitting? Is this a server memory limit?