Forgive me if this is the wrong place; was unsure whether to post this on SO or here.
I'm getting the above error from a script, implying that I've reached the limit of 64mb of memory for the script. The problem is, I have the memory_limit in php.ini set to 128M; and according to phpinfo() that's what the memory limit is indeed set to. So why am I getting an error implying I'm hitting the 64m limit of memory when I have the limit set to 128m?
Server config:
- Redhat Linux Enterprise 6.3
- PHP 5.3.3
- Apache 2.2.15
- 8GB of RAM