> Quite possibly you were very near your limit with 1.1. Could be. Not pointing fingers at 1.2, (or anything), just trying to figure out where the memory is being used.
> In the past, I've had problems with unneeded recursion. I solved these > problems by unbinding stuff that I didn't need. This may be the case here too, as my app has 25 models with significant inter-association. I am currently doing unbindModel() for all unnecessary associations and they are not showing up in the SQL query. However, I notice the $this->myController object still stores the entire network of assocations between all my models. I'm wondering if this association graph is what is consuming so much memory, even though it is not being reflected in the SQL query. If so, the only recourse seems to be to remove the associations from my model files. But, then they will not accurately reflect the data model.... > 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. Not looking for application specific answers, just directional pointers which might help me do the investigation myself. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
