On Mon, Mar 3, 2008 at 4:14 PM, aranworld <[EMAIL PROTECTED]> wrote: > > What confuses me about this error is that the amount of memory that it > says it "tried to allocate" is always less than the amount of memory > allowed. Why is there a problem if the amount it is trying allocate > is so much less than the limit? > >
my guess is that php is trying to allocate 'more' memory to the running process and that you are already using enough that this new amount of memory + the current allocated memory takes you over the threshold that is allowed. -- -- (the old fart) the advice is free, the lack of crankiness will cost you - its a fine line between a real question and an idiot http://blog.samdevore.com/archives/2007/03/05/when-open-source-bugs-me/ http://blog.samdevore.com/cakephp-pages/my-cake-wont-bake/ http://blog.samdevore.com/cakephp-pages/i-cant-bake/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
