8MB isn't a whole lot these days. While I do think it's best to understand exactly why an app is runing out of memory before just throwing more at it, in this case, I'd suggest at least doubling that.
On Thu, Mar 26, 2009 at 2:46 PM, Xoubaman <[email protected]> wrote: > > Using the sluggable behaviour > > http://bakery.cakephp.org/articles/view/sluggable-behavior > > I get this error: > > Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to > allocate 393216 bytes) in ...\app\models\behaviors\sluggable.php on > line 291 > > Looks like the utf8 array is too big. Commenting it and forcing to use > the iso translation solves the problem, but I don't know if it's a > common problem or something weird is happening in my application. > > I waste several hours with this thinking the problem was in the > redirect function :( > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
