On Mon, Jul 13, 2009 at 2:23 PM, Matthew Bingham<[email protected]> wrote: > > I think the most common memory limits I've seen are 32MB and 64MB (my > override limit is generally 128MB), but this developer is reporting in the > 256Kb range. > Prajakta, could you check your error one more time? Was there anything > else?
I wonder if the php.ini setting is missing the "M" and is set to 256. Perhaps PHP defaults to KB without it. If so, just add an "M" after the number (eg. 256M for 256 MB limit). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
