Results returned don't equate to records processed. Quite possibly you were very near your limit with 1.1.
In the past, I've had problems with unneeded recursion. I solved these problems by unbinding stuff that I didn't need. But if you're looking for a specific answer as to why there's an increase in memory usage from 1.1 to 1.2; without any idea of your application, code, or database there's no way to give you anything useful. On Feb 3, 2008 1:49 AM, keymaster <[EMAIL PROTECTED]> wrote: > > In a mid-size app I just upgraded from 1.1.19 to 1.2 beta, I am > running out of memory (the 8M PHP limit). > > This is occuring on searches which return more than 10-15 products. > > The results returned by the search are only around 300Kb, so it > doesn't seem like the search results themselves are what is using up > the bulk of the 8M. > > Can anyone suggest a way to map out how much memory cake is taking for > the various objects in it's context? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" 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 -~----------~----~----~----~------~----~------~--~---
