Thursday, April 30, 2009

Re: Memory Limit Exhausted

likely your php config memory limit is being used up

On Thu, Apr 30, 2009 at 1:38 PM, Benedikt R. <benedikt@rossgardt.de> wrote:
>
> Hey!
>
> I am currently building an app that should be able to parse some
> tables with bank codes. The database table contains about 25,000
> entries.
>
> When I try to request some data ($this->ControllerObj->find
> (conditions)) the server shouts out:
> Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to
> allocate 37 bytes) in /usr/www/users/blzbak/cake/libs/model/
> datasources/dbo/dbo_mysql.php on line 643
>
> Cake doesn't throw an error, when I set ANY LIMIT (either 0 or
> 1000000000000000).
>
> Someone knows, what all this is about?
>
>
> Thank you,
> Benedikt
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: