When I try to upload file with PHP(CakePHP) application, those error happened.
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 9660 bytes) in /home/xsu0653/public_html/administer/app/models/behaviors/sf_upload.php on line 156
As you can see, in my php.ini setting, allowed memory limit is set to 16MB.
This error message says my application tried to allocate only 9660 bytes. I think 9,660 bytes is only 0.009MB.
I can't understand why this error happend with such a little memory allocate. And this error not happen in any time, only some times. It's strange too.